Hello, all.
I'm using FCKeditor (and loving it) for a project, but I have come across one issue.
I'm trying to set the editor width to the same width as the small portion of the screen that the content is appearing in, so that when the editor is used it won't break the format of the displaying page. But this hides part of the toolbars. Is there a way around this? Either by defaulting the toolbars to be hidden, then opening when needed but in a full window; or by displaying some kind of "outline dimension" within the editor that will limit the height and width of the content despite the size the editor window is?
Thanks,
^_^
I'm using FCKeditor (and loving it) for a project, but I have come across one issue.
I'm trying to set the editor width to the same width as the small portion of the screen that the content is appearing in, so that when the editor is used it won't break the format of the displaying page. But this hides part of the toolbars. Is there a way around this? Either by defaulting the toolbars to be hidden, then opening when needed but in a full window; or by displaying some kind of "outline dimension" within the editor that will limit the height and width of the content despite the size the editor window is?
Thanks,
^_^
Re: Editor width hide toolbars if smaller than x pixels
for example in php :
$myFCKeditor->Config['ToolbarStartExpanded'] = false;
I'm still looking to a way to catch the clic on the "expand toolbar" button, on link it to the fullscreen mode.