Ticket #6008: 6008_3.patch

File 6008_3.patch, 915 bytes (added by Charlie, 13 years ago)

s

  • _source/plugins/table/dialogs/table.js

     
    434434                                                                                                        id : 'txtWidth',
    435435                                                                                                        style : 'width:5em',
    436436                                                                                                        label : editor.lang.table.width,
    437                                                                                                         'default' : 500,
     437                                                                                                        'default' : 100,
    438438                                                                                                        validate : CKEDITOR.dialog.validate['number']( editor.lang.table.invalidWidth ),
    439439
    440440                                                                                                        // Extra labelling of width unit type.
     
    478478                                                                                                        type : 'select',
    479479                                                                                                        label : editor.lang.table.widthUnit,
    480480                                                                                                        labelStyle: 'visibility:hidden',
    481                                                                                                         'default' : 'pixels',
     481                                                                                                        'default' : 'percents',
    482482                                                                                                        items :
    483483                                                                                                        [
    484484                                                                                                                [ editor.lang.table.widthPx , 'pixels'],
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy