Ticket #8052: 8052_2.patch

File 8052_2.patch, 537 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/autogrow/plugin.js

     
    9393                                }
    9494                        };
    9595
     96                        editor.addCommand( 'autogrow', { exec : resizeEditor, modes : { wysiwyg:1 }, readOnly: 1, canUndo: false, editorFocus: false } );
     97
    9698                        for ( var eventName in { contentDom:1, key:1, selectionChange:1, insertElement:1 } )
    9799                        {
    98100                                editor.on( eventName, function( evt )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy