dbgenerate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 05:34:22 +0000 (13:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 05:34:22 +0000 (13:34 +0800)
dbgenerate.js

index c6640d9..f25b515 100644 (file)
@@ -398,8 +398,8 @@ tables.forEach(function(table) {
     var combo = {
         '|xns' : 'Roo.form',
         xtype: 'ComboBox',
-        allowBlank : 'false',
-        editable : 'false',
+        allowBlank : false,
+        editable : false,
         emptyText : 'Select ' + table,
         forceSelection : true,
         listWidth : 400,