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