Ticket #7948: 7948_2.patch

File 7948_2.patch, 1.6 KB (added by Garry Yao, 13 years ago)
  • _source/lang/en.js

     
    259259                rows            : 'Rows',
    260260                columns         : 'Columns',
    261261                border          : 'Border size',
     262                widthTitle : 'Table width specified with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).',
     263                heightTitle : 'Table height specified with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).',
    262264                widthPx         : 'pixels',
    263265                widthPc         : 'percent',
    264266                widthUnit       : 'width unit',
  • _source/plugins/table/dialogs/table.js

     
    428428                                                                                                        id : 'txtWidth',
    429429                                                                                                        controlStyle : 'width:5em',
    430430                                                                                                        label : editor.lang.common.width,
     431                                                                                                        title : editor.lang.table.widthTitle,
    431432                                                                                                        'default' : 500,
    432433                                                                                                        getValue : defaultToPixel,
    433434                                                                                                        validate : CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', editor.lang.common.width ) ),
     
    455456                                                                                                        id : 'txtHeight',
    456457                                                                                                        controlStyle : 'width:5em',
    457458                                                                                                        label : editor.lang.common.height,
     459                                                                                                        title : editor.lang.table.heightTitle,
    458460                                                                                                        'default' : '',
    459461                                                                                                        getValue : defaultToPixel,
    460462                                                                                                        validate : CKEDITOR.dialog.validate.cssLength( editor.lang.common.invalidCssLength.replace( '%1', editor.lang.common.height ) ),
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy