(New page: == ToolbarCanCollapse == ToolbarCanCollapse determines whether the toolbar can be minimized (collapsed) or not. By default it is set to 'true' so the toolbar may be minimized/maximized. B...) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | 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> | ||
+ | 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. | |
− | + | ||
− | + | == See Also == | |
+ | |||
+ | [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/ToolbarStartExpanded|ToolbarStartExpanded]] |
Latest revision as of 19:00, 31 January 2008
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.