I'd like to not have the toolbar start expanded sometimes.
FCKConfig.ToolbarStartExpanded seems to be a global setting for all configs, is there a way to specify this when you create a new editor? something like:
oFCKeditor.ToolbarStartExpanded = false;
thanks, -p
FCKConfig.ToolbarStartExpanded seems to be a global setting for all configs, is there a way to specify this when you create a new editor? something like:
oFCKeditor.ToolbarStartExpanded = false;
thanks, -p

RE: ToolbarStartExpanded override?
oFCKeditor..Config['ToolbarStartExpanded'] = false;
There's an example of this in _samples/html/sample09.html under the default FCKeditor installation.