Pman.Builder.Wizard.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 31 Oct 2011 04:35:33 +0000 (12:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 31 Oct 2011 04:35:33 +0000 (12:35 +0800)
Pman.Builder.Wizard.js

index 74e90c1..09e8f95 100644 (file)
@@ -396,6 +396,10 @@ Pman.Builder.Wizard = {
                 formElements.push( _t['Roo.form.DateField'](cc, {}));
                 return;
             }
+            if (ty  == 'int' ) {
+                formElements.push( _t['Roo.form.ComboBox'](cc, {}));
+                return;
+            }
             
             
             fields.push({ name : cc.column, type : _t.typemap[cc.ctype]} );