Changes between Initial Version and Version 1 of Ticket #13235
- Timestamp:
- May 5, 2015, 12:08:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13235
-
Property
Status
changed from
new
topending
-
Property
Status
changed from
-
Ticket #13235 – Description
initial v1 5 5 6 6 {{{ 7 CKEDITOR.instances .[EDITOR].on('change', function(){console.log('change...')});7 CKEDITOR.instances[EDITOR].on('change', function(){console.log('change...')}); 8 8 }}} 9 9