resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index 08e0eb4..b02dbb7 100644 (file)
@@ -527,7 +527,6 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
    
        var fields = _this.grid.dataSource.reader.recordType.prototype.fields;
        
-       
        var d = [];
    
        for (var k in data) { 
@@ -554,7 +553,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                    field_type = 'NumberField';
                        
                    if(type_match[2] * 1  < 11){
-                       field_type = 'CheckBox';
+                       field_type = 'Checkbox';
                    }
                }
            }