Changes between Initial Version and Version 3 of Ticket #12770


Ignore:
Timestamp:
Jan 13, 2015, 10:17:51 AM (9 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12770

    • Property Status changed from new to closed
    • Property Summary changed from Unable to instantiate new widget with predefined data to Unable to instantiate new widget with predefined data using widget's command
    • Property Version changed from 4.4.7 (GitHub - master) to 4.3 Beta
    • Property Milestone changed from to CKEditor 4.5.0
    • Property Resolution changed from to fixed
  • Ticket #12770 – Description

    initial v3  
    44But when using this code none of that data ends up in the newly created widget, or in it's init or data methods
    55{{{
    6    editor.execCommand( 'simplebox', { align: 'right', opened: false } );
     6   editor.execCommand( 'simplebox', { startupData: { align: 'right', opened: false } } );
    77}}}
    88
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy