Changes between Version 1 and Version 2 of Ticket #5094, comment 6


Ignore:
Timestamp:
Oct 4, 2012, 11:56:55 AM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5094, comment 6

    v1 v2  
    77
    88>This can be done by inserting the following code:
    9 
    10 >if ( elementDefinition.labelLayout != 'horizontal' )
    11 > new CKEDITOR.ui.dialog.vbox( dialog, [], inputHtmlList, html );
    12 >else
    13 >  new CKEDITOR.ui.dialog.hbox( dialog, [], inputHtmlList, html );
     9{{{
     10if ( elementDefinition.labelLayout != 'horizontal' )
     11 new CKEDITOR.ui.dialog.vbox( dialog, [], inputHtmlList, html );
     12else
     13  new CKEDITOR.ui.dialog.hbox( dialog, [], inputHtmlList, html );
     14}}}
    1415>instead of:
    15 >new CKEDITOR.ui.dialog.hbox( dialog, [], inputHtmlList, html );
     16{{{
     17new CKEDITOR.ui.dialog.hbox( dialog, [], inputHtmlList, html );
     18}}}
    1619
    1720>In version 3.6.1 the code that has been changed is in line 479 of plugins.js under the dialogui folder.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy