Opened 9 years ago

Last modified 9 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 } );

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy