Hi,
I want to show FCKEditor as a normal text box without toolbars, how to do that?
I changed the configuration file to add a new toolbar set call "None" with no items at all, but the resulted editor still has two toolbars after all, why it is not as what I expected?
Thanks!
I want to show FCKEditor as a normal text box without toolbars, how to do that?
I changed the configuration file to add a new toolbar set call "None" with no items at all, but the resulted editor still has two toolbars after all, why it is not as what I expected?
Thanks!

Re: Removes all toolbars
<? $oFCKeditor = new FCKeditor('editor1') ; $oFCKeditor->BasePath = "fckeditor/"; $oFCKeditor->ToolbarSet = "None"; $oFCKeditor->Value = ""; $oFCKeditor->Create() ; ?>Try closing your browser and opening it again if it doesn't work. Also try clearing your cache.