Hi all,
Firstly, well done Fred! I love what you've done with this.
I have added a few extra buttons to the toolbar and made all the required changes to the .js files. Everything works on my localhost but when I upload it to our web server I just get the default toolbar.
I modified to the "Default" toolbarset to include my buttons, and also to not show the Source checkbox. Yet, my buttons are not appearing and the Source chkbox is! Any ideas anyone?
Here is my toolbarset definition:
config.ToolbarSets["Default"] = [
['Open','Save','Email','-','MergeTag'] ,
['Cut','Copy','Paste','PasteText','PasteWord','-','Find','-','Undo','Redo','-','SelectAll','RemoveFormat','-','Link','RemoveLink','-','Image','Table','Rule','SpecialChar','Smiley','-','About'] ,
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','InsertOrderedList','InsertUnorderedList','-','Outdent','Indent','-','ShowTableBorders','ShowDetails'] ,
['FontStyle','-','FontFormat','-','Font','-','FontSize','-','TextColor','BGColor']
] ;
All button actions have been set and like I said, it all works using my localhost, just not from the webserver. Is there anywhere else the ToolbarSet is being defined?
TIA
-Marcus
Firstly, well done Fred! I love what you've done with this.
I have added a few extra buttons to the toolbar and made all the required changes to the .js files. Everything works on my localhost but when I upload it to our web server I just get the default toolbar.
I modified to the "Default" toolbarset to include my buttons, and also to not show the Source checkbox. Yet, my buttons are not appearing and the Source chkbox is! Any ideas anyone?
Here is my toolbarset definition:
config.ToolbarSets["Default"] = [
['Open','Save','Email','-','MergeTag'] ,
['Cut','Copy','Paste','PasteText','PasteWord','-','Find','-','Undo','Redo','-','SelectAll','RemoveFormat','-','Link','RemoveLink','-','Image','Table','Rule','SpecialChar','Smiley','-','About'] ,
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','InsertOrderedList','InsertUnorderedList','-','Outdent','Indent','-','ShowTableBorders','ShowDetails'] ,
['FontStyle','-','FontFormat','-','Font','-','FontSize','-','TextColor','BGColor']
] ;
All button actions have been set and like I said, it all works using my localhost, just not from the webserver. Is there anywhere else the ToolbarSet is being defined?
TIA
-Marcus