Changes between Initial Version and Version 1 of Ticket #12855, comment 3


Ignore:
Timestamp:
Jan 26, 2015, 11:02:16 AM (10 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12855, comment 3

    initial v1  
    55
    66My solution in cases like that is TSN. I already used it. The code is:
    7 
     7{{{
    88setVal: (val, tsn) ->
    99                return if tsn? && @data.tsn != tsn
     
    1616                        tsn = @data.tsn
    1717                        @initDOM () => @setVal val, tsn
    18 
     18}}}
    1919But it won't work for CKEditor without modifying it.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy