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

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

index 2425be8..ffcb007 100644 (file)
          "* prop" : "editor",
          "items" : [
           {
+           "listeners" : {
+            "select" : "function (combo, record, index)\n{\n    Roo.log('test!!!');\n}"
+           },
            "listWidth" : 200,
            "triggerAction" : "all",
            "displayField" : "fname",
index d8dbf51..69e22a1 100644 (file)
@@ -392,6 +392,12 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          width : 150,
          xns : Roo.form,
          xtype : 'ComboBox',
+         listeners : {
+          select : function (combo, record, index)
+           {
+               Roo.log('test!!!');
+           }
+         },
          items : [
 
          ]