Sha256: 33e4866d462705478c124d93e988165bc6bb1f268aedf214319de6bfb06dcfd3

Contents?: true

Size: 963 Bytes

Versions: 7

Compression:

Stored size: 963 Bytes

Contents

(function(){CKEDITOR.plugins.liststyle={requires:["dialog"],init:function(a){a.addCommand("numberedListStyle",new CKEDITOR.dialogCommand("numberedListStyle"));CKEDITOR.dialog.add("numberedListStyle",this.path+"dialogs/liststyle.js");a.addCommand("bulletedListStyle",new CKEDITOR.dialogCommand("bulletedListStyle"));CKEDITOR.dialog.add("bulletedListStyle",this.path+"dialogs/liststyle.js");if(a.addMenuItems){a.addMenuGroup("list",108);a.addMenuItems({numberedlist:{label:a.lang.list.numberedTitle,group:"list",command:"numberedListStyle"},bulletedlist:{label:a.lang.list.bulletedTitle,group:"list",command:"bulletedListStyle"}})}if(a.contextMenu){a.contextMenu.addListener(function(c,d){if(!c||c.isReadOnly()){return null}while(c){var b=c.getName();if(b=="ol"){return{numberedlist:CKEDITOR.TRISTATE_OFF}}else{if(b=="ul"){return{bulletedlist:CKEDITOR.TRISTATE_OFF}}}c=c.getParent()}return null})}}};CKEDITOR.plugins.add("liststyle",CKEDITOR.plugins.liststyle)})();

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
esp-ckeditor-0.1.7 vendor/assets/javascripts/plugins/liststyle/plugin.js
esp-ckeditor-0.1.6 vendor/assets/javascripts/esp-ckeditor/plugins/liststyle/plugin.js
esp-ckeditor-0.1.4 vendor/assets/javascripts/esp-ckeditor/plugins/liststyle/plugin.js
esp-ckeditor-0.1.3 app/assets/javascripts/esp-ckeditor/plugins/liststyle/plugin.js
esp-ckeditor-0.1.2 app/assets/javascripts/esp-ckeditor/plugins/liststyle/plugin.js
esp-ckeditor-0.1.1 app/assets/javascripts/esp-ckeditor/plugins/liststyle/plugin.js
esp-ckeditor-0.1.0 app/assets/javascripts/esp-ckeditor/plugins/liststyle/plugin.js