Ticket #5999: 5999.patch
File 5999.patch, 622 bytes (added by , 13 years ago) |
---|
-
table.js
232 232 id : 'txtRows', 233 233 'default' : 3, 234 234 label : editor.lang.table.rows, 235 required : true, 235 236 style : 'width:5em', 236 237 validate : function() 237 238 { … … 257 258 id : 'txtCols', 258 259 'default' : 2, 259 260 label : editor.lang.table.columns, 261 required : true, 260 262 style : 'width:5em', 261 263 validate : function() 262 264 {