Changes between Initial Version and Version 1 of Ticket #13334, comment 5


Ignore:
Timestamp:
Jun 12, 2015, 12:15:39 PM (9 years ago)
Author:
Szymon Cofalik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13334, comment 5

    initial v1  
    33To test this behavior I used widgetbootstrap plugin and edited two column widget adding extra editable without changing template.
    44
    5 ``
     5{{{
    66col3: {
    77        selector: '.col-3',
    88        allowedContent: allowedWidget
    99}
    10 ``
     10}}}
    1111
    1212Then 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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy