Changes between Initial Version and Version 3 of Ticket #12770
- Timestamp:
- Jan 13, 2015, 10:17:51 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12770
-
Property
Status
changed from
newtoclosed -
Property
Summary
changed from
Unable to instantiate new widget with predefined datatoUnable to instantiate new widget with predefined data using widget's command -
Property
Version
changed from
4.4.7 (GitHub - master)to4.3 Beta -
Property
Milestone
changed from
toCKEditor 4.5.0 -
Property
Resolution
changed from
tofixed
-
Property
Status
changed from
-
Ticket #12770 – Description
initial v3 4 4 But when using this code none of that data ends up in the newly created widget, or in it's init or data methods 5 5 {{{ 6 editor.execCommand( 'simplebox', { align: 'right', opened: false} );6 editor.execCommand( 'simplebox', { startupData: { align: 'right', opened: false } } ); 7 7 }}} 8 8
