Hello,
I can't find how to add a new ToolbarSets
In fckconfig.js, I had this. But i got this error message: ToolbatSet 'Simple' doesn't exit.
FCKConfig.ToolbarSets["Default"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'/*,'SpellCheck'*/],
['Undo','Redo',/*'-','Find','Replace',*/'-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'/*,'Anchor'*/],
['Image','Table','Rule','SpecialChar'/*,'UniversalKey'*/,'Smiley'],
/*['Form','Checkbox','Radio','Input','Textarea','Select','Button','ImageButton','Hidden']*/
/*['ShowTableBorders','ShowDetails','-','Zoom'],*/
[/*'FontStyleAdv','-','FontStyle','-',*/'FontFormat','-','FontName','-','FontSize'],
['TextColor','BGColor'],
['About']
] ;
FCKConfig.ToolbarSets["Simple"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'/*,'SpellCheck'*/],
['Undo','Redo',/*'-','Find','Replace',*/'-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'/*,'Anchor'*/],
['Image','Table','Rule','SpecialChar'/*,'UniversalKey'*/,'Smiley'],
/*['Form','Checkbox','Radio','Input','Textarea','Select','Button','ImageButton','Hidden']*/
/*['ShowTableBorders','ShowDetails','-','Zoom'],*/
[/*'FontStyleAdv','-','FontStyle','-',*/'FontFormat','-','FontName','-','FontSize'],
['TextColor','BGColor'],
['About']
] ;
I can't find how to add a new ToolbarSets
In fckconfig.js, I had this. But i got this error message: ToolbatSet 'Simple' doesn't exit.
FCKConfig.ToolbarSets["Default"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'/*,'SpellCheck'*/],
['Undo','Redo',/*'-','Find','Replace',*/'-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'/*,'Anchor'*/],
['Image','Table','Rule','SpecialChar'/*,'UniversalKey'*/,'Smiley'],
/*['Form','Checkbox','Radio','Input','Textarea','Select','Button','ImageButton','Hidden']*/
/*['ShowTableBorders','ShowDetails','-','Zoom'],*/
[/*'FontStyleAdv','-','FontStyle','-',*/'FontFormat','-','FontName','-','FontSize'],
['TextColor','BGColor'],
['About']
] ;
FCKConfig.ToolbarSets["Simple"] = [
['Source','-','Save','NewPage','Preview'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print'/*,'SpellCheck'*/],
['Undo','Redo',/*'-','Find','Replace',*/'-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink'/*,'Anchor'*/],
['Image','Table','Rule','SpecialChar'/*,'UniversalKey'*/,'Smiley'],
/*['Form','Checkbox','Radio','Input','Textarea','Select','Button','ImageButton','Hidden']*/
/*['ShowTableBorders','ShowDetails','-','Zoom'],*/
[/*'FontStyleAdv','-','FontStyle','-',*/'FontFormat','-','FontName','-','FontSize'],
['TextColor','BGColor'],
['About']
] ;
RE: New ToolbarSets doesn't work. How to do ?
RE: New ToolbarSets doesn't work. How to do ?
I`ve deleted the cookies and reset the cache, deleted the remote file and re-uploaded the new one, but nothing changes.
RE: New ToolbarSets doesn't work. How to do ?
RE: New ToolbarSets doesn't work. How to do ?
RE: New ToolbarSets doesn't work. How to do ?