I have a need to activate multiple custom plugins in my editor instances.
I have checked folders, spelling, and verified code for proper commas, semicolons, and quotes.
I have tested each plugin successfully by itself; properly displaying on the toolbar, and functioning well.
config.extraPlugins continues to ONLY RECOGNIZE ONE (1) plugin at at time.
When 2 plugins are listed, ONLY THE LAST ONE DISPLAYS IN THE TOOLBAR.
I have searched the forums for similar issues, but no specifics are identified.
Everything I have read so far says the following should be working ...
What am I missing guys?
I have checked folders, spelling, and verified code for proper commas, semicolons, and quotes.
I have tested each plugin successfully by itself; properly displaying on the toolbar, and functioning well.
config.extraPlugins continues to ONLY RECOGNIZE ONE (1) plugin at at time.
When 2 plugins are listed, ONLY THE LAST ONE DISPLAYS IN THE TOOLBAR.
I have searched the forums for similar issues, but no specifics are identified.
Everything I have read so far says the following should be working ...
//------------------------------------------------------------ // Reference the new plugins config.extraPlugins = 'EdBtnComm,EdBtnTxtAdd'; //------------------------------------------------------------ // Define the available toolbar buttons config.toolbar_Editing = [ ['Source','-', 'Find', 'Replace'], '/', ['Cut', 'Copy', 'Paste', 'PasteText', '-' ], '/', ['Undo', 'Redo','-','EdBtnComm','EdBtnTxtAdd' ] ];
What am I missing guys?