design neue Farben & icons

This commit is contained in:
2014-07-05 19:20:47 +05:30
parent 527743c4c1
commit 9bd786d053
28 changed files with 1175 additions and 55 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'); }, onPostRender:function() {var ctrl = this; ed.on('NodeChange', function(e) {ctrl.active(e.element.formatter.match('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'); }});
# }