I'm having some trouble configuring a personal toolbarset. Whenever I try to use mine, it says: "Toolbarset does not exits".
This is my JS
And my PHP
This is my JS
FCKConfig.ToolbarSets["test"] = [ ['Source'], ['Cut','Copy','Paste'], ['Undo','Redo'], ['Bold','Italic','Underline'], ['Link','Unlink','Anchor'], ['Table'], '/', ['Style','FontFormat','FontName','FontSize'], ['TextColor','BGColor'] ] ;
And my PHP
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->ToolbarSet = 'test';
$oFCKeditor->Create() ;
Re: Toolbarset