by Ange Tuteur September 19th 2015, 11:13 am
The buttons being in different groups ? If that's the case I'd recommend creating a script where you redefine the placement of your buttons so that you can place them in separate groups.
See the information on the toolbar here :
http://www.sceditor.com/documentation/options/Then you can use the script below to add / remove the buttons you want :
- Code:
$(function() {
if (toolbar) toolbar = "bold,italic,underline,strike|left,center,right,justify|bulletlist,orderedlist,horizontalrule|quote,code,faspoiler,fahide,table|servimg,image,link,youtube,dailymotion,flash|headers,size,color,font,removeformat|more|subscript,superscript|fascroll,faupdown,farand|date,time,pastetext,source"
});
Note : If you have any scripts which modify the toolbar I'd recommend editing them to remove that modification.