Line 3: | Line 3: | ||
ToolbarCanCollapse determines whether the toolbar can be collapsed/expanded (minimized/maximized) or not. By default it is set to 'true' so the toolbar may be collapsed/expanded. By setting to 'false' you will disable this option. Example: | ToolbarCanCollapse determines whether the toolbar can be collapsed/expanded (minimized/maximized) or not. By default it is set to 'true' so the toolbar may be collapsed/expanded. By setting to 'false' you will disable this option. Example: | ||
<pre>FCKConfig.ToolbarCanCollapse = false; | <pre>FCKConfig.ToolbarCanCollapse = false; | ||
− | </pre> | + | </pre> |
+ | '''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. |
Revision as of 15:06, 11 January 2008
ToolbarCanCollapse
ToolbarCanCollapse determines whether the toolbar can be collapsed/expanded (minimized/maximized) or not. By default it is set to 'true' so the toolbar may be collapsed/expanded. By setting to 'false' you will disable this option. Example:
FCKConfig.ToolbarCanCollapse = false;
NOTE: if this option is set to 'false' the function ToolbarStartExpanded doesn't have any effect on the editor.