resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index 3a299f0..25ff494 100644 (file)
@@ -558,6 +558,9 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                    case 'varchar' :
                        break;
                    case 'int' :
+                       
+                       field_type = 'NumberField';
+                       
                        if(type_match[2] * 1  < 11){
                            field_type = 'CheckBox';
                        }