Hi,
Having read the documentation it appears that the only way to alter what is displayed in your toolbar is to use the fckconfig.js (or a customised version of it). Is it possible from within the Javascript implementation to override in line what is displayed in the toolbar? As an example,
"var oFCKeditor = new FCKeditor(\"" + rt.getName() + "\", \"100%\", \"600\", \"Default\", \"Hey\");\n" +
"oFCKeditor.Config[\"CustomConfigurationsPath\"] = \"/Ef3config/myconfig.js\";\n" +
"oFCKeditor.Config[\"ToolbarSets[\"mine\"]\"] = \"['Source']\";\n" +
"oFCKeditor.ToolbarSet = 'mine' ;\n"
Thanks.
Having read the documentation it appears that the only way to alter what is displayed in your toolbar is to use the fckconfig.js (or a customised version of it). Is it possible from within the Javascript implementation to override in line what is displayed in the toolbar? As an example,
"var oFCKeditor = new FCKeditor(\"" + rt.getName() + "\", \"100%\", \"600\", \"Default\", \"Hey\");\n" +
"oFCKeditor.Config[\"CustomConfigurationsPath\"] = \"/Ef3config/myconfig.js\";\n" +
"oFCKeditor.Config[\"ToolbarSets[\"mine\"]\"] = \"['Source']\";\n" +
"oFCKeditor.ToolbarSet = 'mine' ;\n"
Thanks.