Ticket #5799: 5799.patch

File 5799.patch, 1023 bytes (added by Alfonso Martínez de Lizarrondo, 14 years ago)

Proposed patch

  • _source/plugins/liststyle/plugin.js

     
    77{
    88        CKEDITOR.plugins.liststyle =
    99        {
     10                requires : [ 'dialog' ],
    1011                init : function( editor )
    1112                {
    12 
    1313                        editor.addCommand( 'numberedListStyle', new CKEDITOR.dialogCommand( 'numberedListStyle' ) );
    1414                        CKEDITOR.dialog.add( 'numberedListStyle', this.path + 'dialogs/liststyle.js' );
    1515                        editor.addCommand( 'bulletedListStyle', new CKEDITOR.dialogCommand( 'bulletedListStyle' ) );
    1616                        CKEDITOR.dialog.add( 'bulletedListStyle', this.path + 'dialogs/liststyle.js' );
    1717
    18                         //Register map group;
    19                         editor.addMenuGroup("list", 108);
    2018                        // If the "menu" plugin is loaded, register the menu items.
    2119                        if ( editor.addMenuItems )
    2220                        {
     21                                //Register map group;
     22                                editor.addMenuGroup("list", 108);
     23
    2324                                editor.addMenuItems(
    2425                                        {
    2526                                                numberedlist :
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy