Changes between Version 1 and Version 2 of Ticket #13334, comment 5
- Timestamp:
- Jun 12, 2015, 12:17:49 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13334, comment 5
v1 v2 1 The method should find proper elements. Nested widgets are initialized during http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-initEditable. As long as editables definitions and elements in DOM are in same order and you initialize only editables that are defined, everything should be fine.1 Since nested widgets are initialized during http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-method-initEditable the method should still find correct editables. As long as editables definitions and elements in DOM are in same order and you initialize only editables that are defined, everything should be fine. 2 2 3 3 To test this behavior I used widgetbootstrap plugin and edited two column widget adding extra editable without changing template.