Changes between Initial Version and Version 1 of Ticket #12855, comment 3
- Timestamp:
- Jan 26, 2015, 11:02:16 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12855, comment 3
initial v1 5 5 6 6 My solution in cases like that is TSN. I already used it. The code is: 7 7 {{{ 8 8 setVal: (val, tsn) -> 9 9 return if tsn? && @data.tsn != tsn … … 16 16 tsn = @data.tsn 17 17 @initDOM () => @setVal val, tsn 18 18 }}} 19 19 But it won't work for CKEditor without modifying it.