forked from bofh/fetsite
Interface fixes icons,colors
This commit is contained in:
@@ -26,6 +26,6 @@ toolbar:
|
||||
- styleselect | bold boldred_btn italic forecolor | list link image table | undo redo | fullscreen code
|
||||
formats:
|
||||
boldred: {selector: "p",block: "p", classes: "mc-important"}
|
||||
#setup: function(ed) {
|
||||
# ed.addButton('boldred_btn', {title:'Bold-Red',icon:"fa fa-red fa-bold", onclick:function() {ed.focus();ed.formatter.toggle('boldred'); }});
|
||||
# }
|
||||
setup: function(ed) {
|
||||
ed.addButton('boldred_btn', {title:'Bold-Red',icon:"fa fa-red fa-bold", onclick:function() {ed.focus();ed.formatter.toggle('boldred'); }});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user