resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index 1df00f9..e8ea012 100644 (file)
@@ -629,9 +629,9 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
            var el = {
                fieldLabel : rec.data.title,
                name : rec.data.dataIndex,
-               width : r.data.width,
+               width : rec.data.width,
                '|xns' : 'Roo.form',
-               xtype : rec.data.ftype
+               'xtype' : rec.data.ftype
            }
             if (xtype == 'DateField') {
                el.format = 'Y-m-d';