Ticket #6109: patchfile.patch

File patchfile.patch, 480 bytes (added by Frank, 14 years ago)
Line 
119c19
2<                                       this.getContentElement( 'general', 'content' ).getInputElement().setValue( '' );
3---
4>                                       this.setupContent( { text : '' } );
524,26c24,28
6<                                       // Get the textarea value.
7<                                       var text = this.getContentElement( 'general', 'content' ).getInputElement().getValue(),
8<                                               editor = this.getParentEditor();
9---
10>                                       var data = {};
11>                                       this.commitContent( data );
12>                                       // Insert the text.
13>                                       var text = data.text;
14>                                       editor = this.getParentEditor();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy