examples/bootstrap/nested.html
authorAlan Knowles <alan@roojs.com>
Tue, 4 Jul 2017 08:42:13 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Jul 2017 08:42:13 +0000 (16:42 +0800)
examples/bootstrap/nested.html

index afd36c5..2e370c7 100644 (file)
@@ -88,6 +88,15 @@ Example.Nested = new Roo.XComponent({
                 minSize: 100,
                 maxSize: 400
             },
+            north: {
+                xtype : 'Region',
+                xns: Roo.bootstrap.layout,
+                
+                
+                initialSize: 100
+                titlebar: false,
+               
+            },
             center: {
                 xtype : 'Region',
                 xns: Roo.bootstrap.layout,
@@ -95,6 +104,20 @@ Example.Nested = new Roo.XComponent({
                 tabPosition:'top',
                  titlebar: true
             },
+            items : [
+                {
+                    xtype : 'Content',
+                    xns: Roo.bootstrap.panel,
+                    title : "Title west" ,
+                    fitToFrame:true,
+                    closable:false,
+                    region : 'north',
+                    items : [
+                        
+                    ]
+                    
+                },
+            
             items : [
                 {
                     xtype : 'Content',