(New page: == ToolbarStartExpanded == This option determines in what way the the toolbar will appear after starting the FCKeditor. By default it is set to 'true' so the toolbar appears in expanded m...) |
|||
Line 1: | Line 1: | ||
== ToolbarStartExpanded == | == ToolbarStartExpanded == | ||
− | This option determines in what way the the toolbar will appear after starting the 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 | + | This option determines in what way the the toolbar will appear after starting the 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. |
Example: | Example: | ||
<pre>FCKConfig.ToolbarStartExpanded = false ; | <pre>FCKConfig.ToolbarStartExpanded = false ; | ||
</pre> | </pre> |
Revision as of 15:03, 11 January 2008
ToolbarStartExpanded
This option determines in what way the the toolbar will appear after starting the 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.
Example:
FCKConfig.ToolbarStartExpanded = false ;