Sha256: 44e29ec67dec5dfeafadd17886ca2e0df3b46771d65bd23dd540e78305d72006
Contents?: true
Size: 449 Bytes
Versions: 214
Compression:
Stored size: 449 Bytes
Contents
(function(){var embedCmd={exec:function(editor){editor.openDialog('embed');return}};CKEDITOR.plugins.add('embed',{lang:['en','ru','uk'],requires:['dialog'],init:function(editor){var commandName='embed';editor.addCommand(commandName,embedCmd);editor.ui.addButton('Embed',{label:editor.lang.embed.button,command:commandName,icon:this.path+"images/embed.png"});CKEDITOR.dialog.add(commandName,CKEDITOR.getUrl(this.path+'dialogs/embed.js'))}})})();
Version data entries
214 entries across 119 versions & 13 rubygems