Sha256: 2ee4b3d19c96b059eefa0e7c2b99e8efe1948e83ef7cccad9455880af5594d27

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 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

3 entries across 3 versions & 1 rubygems

Version Path
ckeditor-3.2.4 lib/generators/templates/ckeditor/plugins/attachment/plugin.js
ckeditor-3.2.3 lib/generators/templates/ckeditor/plugins/attachment/plugin.js
ckeditor-3.2.1 lib/generators/templates/ckeditor/plugins/attachment/plugin.js