examples/bootstrap/nested.js
[roojs1] / examples / bootstrap / nested.js
index 0867f66..e8506c0 100644 (file)
@@ -49,7 +49,7 @@ Example.Nested = new Roo.XComponent({
                 {
                     xtype : 'Content',
                     xns: Roo.bootstrap.panel,
-                    title : "Title west" ,
+                    title : "Title north" ,
                     fitToFrame:true,
                     closable:false,
                     region : 'north',
@@ -90,7 +90,7 @@ Example.Nested = new Roo.XComponent({
                                             listeners : {
                                                 click : function()
                                                 {
-                                                    Example.NestedDialog.show({});
+                                                   // Example.NestedDialog.show({});
                                                 }
                                             },
                                             html : 'test dialog',
@@ -117,7 +117,7 @@ Example.Nested = new Roo.XComponent({
                 {
                     xtype : 'Content',
                     xns: Roo.bootstrap.panel,
-                    title : "Title west" ,
+                    title : "Title west a" ,
                     fitToFrame:true,
                     closable:false,
                     region : 'west',
@@ -134,7 +134,8 @@ Example.Nested = new Roo.XComponent({
                     listeners : {
                             activate : function()
                             {
-                                this.grid.store.load.defer(100, this.grid.store);
+                              //  this.grid.store.load.defer(100, this.grid.store);
+                               this.grid.footer.onClick('first');
                             }
                         },
                     toolbar : {
@@ -302,7 +303,7 @@ Example.Nested = new Roo.XComponent({
         }
     }
 });
-  
+   
    Roo.onReady(function() {
         Roo.XComponent.is_alt = true;
           Roo.XComponent.build();