Line 1: | Line 1: | ||
== ToolbarStartExpanded == | == ToolbarStartExpanded == | ||
− | + | Determines in what way the the toolbar will appear when loading FCKeditor. By default it is set to 'true' so the toolbar appears in expanded mode (you can see all the buttons and menus). If set to 'false' the toolbar will start in collapsed mode (all buttons hidden). | |
Example: | Example: | ||
− | <pre>FCKConfig.ToolbarStartExpanded = | + | <pre>FCKConfig.ToolbarStartExpanded = true ; |
− | </pre> | + | </pre> |
+ | == See Also<br> == | ||
+ | |||
+ | [[FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/ToolbarCanCollapse|ToolbarCanCollapse]]<br> |
Revision as of 18:56, 31 January 2008
ToolbarStartExpanded
Determines in what way the the toolbar will appear when loading FCKeditor. By default it is set to 'true' so the toolbar appears in expanded mode (you can see all the buttons and menus). If set to 'false' the toolbar will start in collapsed mode (all buttons hidden).
Example:
FCKConfig.ToolbarStartExpanded = true ;