JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.2
[ckeditor.git] / _source / plugins / table / dialogs / table.js
index 38652d4..ddd47f5 100644 (file)
@@ -232,6 +232,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                                                        id : 'txtRows',\r
                                                                                        'default' : 3,\r
                                                                                        label : editor.lang.table.rows,\r
+                                                                                       required : true,\r
                                                                                        style : 'width:5em',\r
                                                                                        validate : function()\r
                                                                                        {\r
@@ -257,6 +258,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                                                        id : 'txtCols',\r
                                                                                        'default' : 2,\r
                                                                                        label : editor.lang.table.columns,\r
+                                                                                       required : true,\r
                                                                                        style : 'width:5em',\r
                                                                                        validate : function()\r
                                                                                        {\r