Interface fixes icons,colors

This commit is contained in:
2014-07-09 22:44:42 +05:30
parent 9bd786d053
commit 4bc7c4b001
27 changed files with 179 additions and 48 deletions

View File

@@ -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'); }});
}