I'm using PHP. I try to specify the "Basic" toolbar set using the following code:
However it always shows the full toolbar
$oFCKeditor = new FCKeditor('control_fckeditor') ; $oFCKEditor->ToolbarSet='Basic'; $oFCKeditor->Height='450'; $oFCKeditor->Value=$fckHTML; $oFCKeditor->Create() ;
However it always shows the full toolbar
Re: I can only get "Default" toolbar set
Got the same problem with a custom toolbar.
It can't find the toolbar.
Re: I can only get "Default" toolbar set
Code looks good to me, but perhaps http://docs.fckeditor.net/FCKeditor_2.x ... on/Toolbar can help?
Make also sure to clear or disable your cache.