resources/Editors/Editor.Roo.LayoutDialog.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 24 Apr 2015 08:40:48 +0000 (16:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Apr 2015 08:40:48 +0000 (16:40 +0800)
resources/Editors/Editor.Roo.LayoutDialog.js

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

index b57241d..c2d3801 100644 (file)
          "* prop" : "editor",
          "items" : [
           {
-           "listeners" : {
-            "select" : "function (combo, record, index)\n{\n    _this.grid.ds.load({});\n}"
-           },
            "listWidth" : 200,
            "triggerAction" : "all",
-           "fieldLabel" : "Status",
            "displayField" : "fname",
            "hiddenName" : "status",
            "value" : "A",
index d6853b4..97c8384 100644 (file)
@@ -141,7 +141,6 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          allowBlank : false,
          displayField : 'fname',
          editable : false,
-         fieldLabel : 'Status',
          hiddenName : 'status',
          listWidth : 200,
          mode : 'local',
@@ -152,12 +151,6 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          width : 150,
          xns : Roo.form,
          xtype : 'ComboBox',
-         listeners : {
-          select : function (combo, record, index)
-           {
-               _this.grid.ds.load({});
-           }
-         },
          items : [
 
          ]