ToolbarCanCollapse"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

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 16: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.