Changes between Initial Version and Version 1 of Ticket #10031, comment 24


Ignore:
Timestamp:
Sep 23, 2016, 7:41:22 AM (8 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10031, comment 24

    initial v1  
    33THB, I don't understand in what situation it's not possible to use `getData()` immediately when destroying editor and replacing what was left after editor destruction with the editor data. If you destroy them, then it should be a small change:
    44
    5 ```
     5{{{
    66var data = editor.getData();
    77editor.destroy();
    88elementWhichEditorOccupied.innerHTML = data;
    9 ```
     9}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy