Opened 11 years ago
Last modified 11 years ago
#12770 closed Bug
Unable to instantiate new widget with predefined data — at Initial Version
| Reported by: | Tieme | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
| Component: | UI : Widgets | Version: | 4.3 Beta |
| Keywords: | Cc: |
Description
According to the execCommand docs it should be possible to provide data to the execCommand http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-execCommand
But when using this code none of that data ends up in the newly created widget, or in it's init or data methods
editor.execCommand( 'simplebox', { align: 'right', opened: false } );
