Changeset 7269
- Timestamp:
- 09/08/11 07:42:37 (21 months ago)
- Location:
- CKEditor/trunk/_source/plugins
- Files:
-
- 2 edited
-
clipboard/plugin.js (modified) (1 diff)
-
wysiwygarea/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/clipboard/plugin.js
r7267 r7269 296 296 if ( this.mode != 'wysiwyg' ) 297 297 return; 298 299 inReadOnly = inReadOnly || this.readOnly;300 298 301 299 this.getCommand( 'cut' ).setState( inReadOnly ? CKEDITOR.TRISTATE_DISABLED : stateFromNamedCommand( 'Cut', this ) ); -
CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
r7256 r7269 1105 1105 editor.on( 'selectionChange', function( evt ) 1106 1106 { 1107 if ( editor.readOnly ) 1108 return; 1109 1107 1110 var sel = editor.getSelection(); 1108 1111 // Do it only when selection is not locked. (#8222)
Note: See TracChangeset
for help on using the changeset viewer.
