Line 1: | Line 1: | ||
== ToolbarCanCollapse == | == ToolbarCanCollapse == | ||
− | + | Sets whether the toolbar can be collapsed/expanded (hidden/displayed) or not. By default it is set to 'true' so the toolbar may be collapsed/expanded. By setting to 'false' you will disable this feature. Example: | |
<pre>FCKConfig.ToolbarCanCollapse = false; | <pre>FCKConfig.ToolbarCanCollapse = false; | ||
</pre> | </pre> | ||
+ | If disabled the collapse/expand bar will not be visible in the toolbar. | ||
+ | |||
'''NOTE''': if this option is set to 'false' the function [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/ToolbarStartExpanded|ToolbarStartExpanded]] doesn't have any effect on the editor. | '''NOTE''': if this option is set to 'false' the function [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/ToolbarStartExpanded|ToolbarStartExpanded]] doesn't have any effect on the editor. | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/ToolbarStartExpanded|ToolbarStartExpanded]] |
Revision as of 18:59, 31 January 2008
ToolbarCanCollapse
Sets whether the toolbar can be collapsed/expanded (hidden/displayed) or not. By default it is set to 'true' so the toolbar may be collapsed/expanded. By setting to 'false' you will disable this feature. Example:
FCKConfig.ToolbarCanCollapse = false;
If disabled the collapse/expand bar will not be visible in the toolbar.
NOTE: if this option is set to 'false' the function ToolbarStartExpanded doesn't have any effect on the editor.