resources/Editors/Editor.Roo.LayoutDialog.bjs
authorEdward <edward@roojs.com>
Wed, 6 May 2015 05:50:50 +0000 (13:50 +0800)
committerEdward <edward@roojs.com>
Wed, 6 May 2015 05:50:50 +0000 (13:50 +0800)
resources/Editors/Editor.Roo.LayoutDialog.js

resources/Editors/Editor.Roo.LayoutDialog.bjs
resources/Editors/Editor.Roo.LayoutDialog.js

index 0667181..ebf784f 100644 (file)
          "* prop" : "editor",
          "items" : [
           {
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.display_field_combo = _self;\n}"
+           },
            "listWidth" : 200,
            "triggerAction" : "all",
            "displayField" : "fname",
index f2ac881..9108bf9 100644 (file)
@@ -392,6 +392,12 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          width : 150,
          xns : Roo.form,
          xtype : 'ComboBox',
+         listeners : {
+          render : function (_self)
+           {
+               _this.display_field_combo = _self;
+           }
+         },
          items : [
 
          ]