Changes between Initial Version and Version 1 of Ticket #13334, comment 5
- Timestamp:
- Jun 12, 2015, 12:15:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13334, comment 5
initial v1 3 3 To test this behavior I used widgetbootstrap plugin and edited two column widget adding extra editable without changing template. 4 4 5 `` 5 {{{ 6 6 col3: { 7 7 selector: '.col-3', 8 8 allowedContent: allowedWidget 9 9 } 10 `` 10 }}} 11 11 12 12 Then I created the widget and, through scripts, I added `<div class="col-3 col-md-6"></div>` to div.row.two-col and then initialized editable `widget.initEditable('col3', {selector: '.col-3'});` where `widget` is the created widget. Undo/redo and source/wysiwyg worked fine, even if the widget was nested in other widget.