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

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

index ffcb007..39022eb 100644 (file)
          "items" : [
           {
            "listeners" : {
+            "render" : "function (_self)\n{\n Roo.log('render!!!!!!!!!!!1');\n}",
             "select" : "function (combo, record, index)\n{\n    Roo.log('test!!!');\n}"
            },
            "listWidth" : 200,
index 69e22a1..d58639c 100644 (file)
@@ -393,6 +393,10 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          xns : Roo.form,
          xtype : 'ComboBox',
          listeners : {
+          render : function (_self)
+           {
+            Roo.log('render!!!!!!!!!!!1');
+           },
           select : function (combo, record, index)
            {
                Roo.log('test!!!');