Changes between Initial Version and Version 1 of Ticket #8164, comment 11


Ignore:
Timestamp:
Feb 7, 2014, 11:43:12 AM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8164, comment 11

    initial v1  
    33However, I have found a way to solve the bug with following codes.
    44
     5{{{
    56    CKEditor.dom.document.prototype.write = function (html) {
    67        this.$.open( 'text/html', 'replace' );
     
    1112        this.$.close();
    1213    };
     14}}}
    1315
    1416Can I use the codes in my javascript codes ?
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy