Sha256: 7641587fc88998de7a73f2dc5de239f79da229248d685f19b821d1218a1621a9
Contents?: true
Size: 494 Bytes
Versions: 137
Compression:
Stored size: 494 Bytes
Contents
(function(){var attachmentCmd={exec:function(editor){editor.openDialog('attachment');return}};CKEDITOR.plugins.add('attachment',{lang:['en','ru','uk'],requires:['dialog'],init:function(editor){var commandName='attachment';editor.addCommand(commandName,attachmentCmd);editor.ui.addButton('Attachment',{label:editor.lang.attachment.button,command:commandName,icon:this.path+"images/attachment.png"});CKEDITOR.dialog.add(commandName,CKEDITOR.getUrl(this.path+'dialogs/attachment.js'))}})})();
Version data entries
137 entries across 130 versions & 15 rubygems