Add DynastieColor button icon to tinymce

This commit is contained in:
2012-11-15 18:39:17 +01:00
parent e12b8685b1
commit 5597bd0523
3 changed files with 66 additions and 64 deletions

View File

@@ -31,7 +31,7 @@
});
});
ed.addButton('dynastiecolor', {title : 'Insert code', cmd : 'mceDynastieColor'});
ed.addButton('dynastiecolor', {title : 'Insert code', cmd : 'mceDynastieColor', image : url + "/img/dynastiecolor.png"});
},
getInfo : function() {