Ticket #8052: 8052_2.patch
File 8052_2.patch, 537 bytes (added by , 14 years ago) |
---|
-
_source/plugins/autogrow/plugin.js
93 93 } 94 94 }; 95 95 96 editor.addCommand( 'autogrow', { exec : resizeEditor, modes : { wysiwyg:1 }, readOnly: 1, canUndo: false, editorFocus: false } ); 97 96 98 for ( var eventName in { contentDom:1, key:1, selectionChange:1, insertElement:1 } ) 97 99 { 98 100 editor.on( eventName, function( evt )