Changes between Initial Version and Version 1 of Ticket #10701, comment 2
- Timestamp:
- May 16, 2014, 10:30:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10701, comment 2
initial v1 23 23 // Replace the <textarea id="editor1"> with a CKEditor 24 24 // instance, using default configuration. 25 var myEditor = CKEDITOR.replace('editor1'); 25 26 var myEditor = CKEDITOR.replace('editor1'); 26 27 myEditor.on('paste', function (evt) { 27 28 alert("paste 1");