Go to the documentation of this file.00001 CKEDITOR.plugins.add('insertmacro', {
00002 init: function(editor){
00003 alert('here2');
00004 var pluginName = 'insertmacro';
00005 CKEDITOR.dialog.add(pluginName, this.path + 'dialogs/
00006 }
00007
00008 });