Changes between Initial Version and Version 3 of Ticket #12770
- Timestamp:
- Jan 13, 2015, 10:17:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12770
-
Property
Status
changed from
new
toclosed
-
Property
Summary
changed from
Unable to instantiate new widget with predefined data
toUnable 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
to
CKEditor 4.5.0
-
Property
Resolution
changed from
to
fixed
-
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