Hello.
I have define a new Toolbar in fckconfig.js and I have repackaged the code (with FCKeditor.Packager.exe).
I want to use the new toolbar I hav defined but I don't know how to do it.
The new toolbar name is "Articulo":
FCKConfig.ToolbarSets["Articulo"] = [ ['Source','DocProps','-','NewPage','Preview','-','Templates'],
...
How can I use that toolbar instead of the Default one?
Thanks in advance
I have define a new Toolbar in fckconfig.js and I have repackaged the code (with FCKeditor.Packager.exe).
I want to use the new toolbar I hav defined but I don't know how to do it.
The new toolbar name is "Articulo":
FCKConfig.ToolbarSets["Articulo"] = [ ['Source','DocProps','-','NewPage','Preview','-','Templates'],
...
How can I use that toolbar instead of the Default one?
Thanks in advance
RE: Select a different toolbar
RE: Select a different toolbar
Thanks for your answer
Bye.