Ticket #6008: 6008_3.patch
File 6008_3.patch, 915 bytes (added by , 13 years ago) |
---|
-
_source/plugins/table/dialogs/table.js
434 434 id : 'txtWidth', 435 435 style : 'width:5em', 436 436 label : editor.lang.table.width, 437 'default' : 500,437 'default' : 100, 438 438 validate : CKEDITOR.dialog.validate['number']( editor.lang.table.invalidWidth ), 439 439 440 440 // Extra labelling of width unit type. … … 478 478 type : 'select', 479 479 label : editor.lang.table.widthUnit, 480 480 labelStyle: 'visibility:hidden', 481 'default' : 'p ixels',481 'default' : 'percents', 482 482 items : 483 483 [ 484 484 [ editor.lang.table.widthPx , 'pixels'],