Changes between Initial Version and Version 1 of Ticket #13235


Ignore:
Timestamp:
May 5, 2015, 12:08:58 PM (9 years ago)
Author:
Jakub Ś
Comment:

Select Delete menu option

There is no 'Delete' option in context menu. There is 'Cut' option and it is possible to use it only in IE and it works - it fires change event.

Have you perhaps implemented this Delete option on your own? If that is the case then perhaps the simplest workaround is firing chnage event inside your custom code editor.fire( 'change' );

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13235

    • Property Status changed from new to pending
  • Ticket #13235 – Description

    initial v1  
    55
    66{{{
    7 CKEDITOR.instances.[EDITOR].on('change', function(){console.log('change...')});
     7CKEDITOR.instances[EDITOR].on('change', function(){console.log('change...')});
    88}}}
    99
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy