examples/bootstrap/nested.html
[roojs1] / examples / bootstrap / nested.html
1 <!--
2
3 porting tst for layout classes from original roo library into bootstrap one.
4
5
6 -->
7 <html>
8 <head>
9   <title>Nested Layout</title>
10   
11    <!-- Bootstrap -->
12     <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
13        
14     <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
15    
16     <link href="../../css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
17     
18     <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet">
19
20     
21         
22     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
23     <!-- bootstrap js.. needs to compile it later.. -->
24     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
25
26   
27
28         <script type="text/javascript">
29
30 Roo.namespace("Dashboard");
31     </script>
32      
33          <script type="text/javascript" src="Dashboard.Header1.js"></script>
34
35      
36      
37      
38     <style type="text/css">
39 .navbar {
40     padding: 0;
41 }
42         </style>
43         <script type="text/javascript">
44
45 Roo.namespace("Example");
46
47 Example.Nested = new Roo.XComponent({
48     part     :  ["example", "nested" ],
49     order    : '001-Example-Nested',
50     region   : 'center',
51     parent   : false,
52     name     : "unnamed module",
53     disabled : false, 
54     permname : '', 
55     _tree : function()
56     {
57         var _this = this;
58         var MODULE = this;
59         return {
60             is_root : true,
61             xtype : 'Border',
62             xns : Roo.bootstrap.layout,
63             el : document.body, // border layout can be applied to the outer one...
64             west: {
65                 xtype : 'Region',
66                 xns: Roo.bootstrap.layout,
67                 split:true,
68                 tabPosition: 'top',
69                 initialSize: 400,
70                 titlebar: true,
71                // collapsible: true,
72                 minSize: 100,
73                 maxSize: 400
74             },
75             north: {
76                 xtype : 'Region',
77                 xns: Roo.bootstrap.layout,
78                 overflow : 'visible',
79                 
80                 initialSize: 50,
81                 titlebar: false
82                
83             },
84             center: {
85                 xtype : 'Region',
86                 xns: Roo.bootstrap.layout,
87                 autoScroll: false,
88                 tabPosition:'top',
89                  titlebar: true
90             },
91             items : [
92                 {
93                     xtype : 'Content',
94                     xns: Roo.bootstrap.panel,
95                     title : "Title west" ,
96                     fitToFrame:true,
97                     closable:false,
98                     region : 'north',
99                     items : [
100                         {
101                             bar : true,
102                             position : 'static-top',
103                             xtype : 'NavHeaderbar',
104                             tag : 'nav',
105                             xns : Roo.bootstrap,
106                             items : [
107                                 {
108                                     cls : 'navbar-btn sidebar-toggle',
109                                     xtype : 'Link',
110                                     xns : Roo.bootstrap,
111                                     html : '<span class=\"icon-bar\"></span><span class=\"icon-bar\"></span><span class=\"icon-bar\"></span>'
112                                 },
113                                 {
114                                     xtype : 'NavGroup',
115                                     align : 'right',
116                                     xns : Roo.bootstrap,
117                                     items : [
118                                         {
119                                             menu : {
120                                                 xtype : 'Menu',
121                                                 xns : Roo.bootstrap,
122                                                 items : [
123                                                     {
124                                                         xtype : 'MenuItem',
125                                                         xns : Roo.bootstrap,
126                                                         html : 'test'
127                                                     }
128                                                 ]
129         
130                                             },
131                                             xtype : 'NavItem',
132                                             xns : Roo.bootstrap,
133                                             html : 'test',
134                                             items : [
135         
136                                             ]
137         
138                                         },
139                                         {
140                                             xtype : 'NavItem',
141                                             xns : Roo.bootstrap,
142                                             html : 'test'
143                                         }
144                                     ]
145         
146                                 }
147                             ]
148         
149                         }
150                     ]
151                     
152                 },
153              
154                 {
155                     xtype : 'Content',
156                     xns: Roo.bootstrap.panel,
157                     title : "Title west" ,
158                     fitToFrame:true,
159                     closable:false,
160                     region : 'west',
161                     html : 'some body west'
162                     
163                 },
164                 {
165                     xtype : 'Grid',
166                     xns: Roo.bootstrap.panel,
167                     title : "Test Grid",
168                     fitToFrame:true,
169                     closable:false,
170                     region : 'west',
171                     listeners : {
172                             activate : function()
173                             {
174                                 this.grid.store.load.defer(100, this.grid.store);
175                             }
176                         },
177                     grid : {
178                         loadMask : true,
179                         striped : true,
180                         xns : Roo.bootstrap,
181                         xtype : 'Table',
182                         
183                         store : {
184                             xns : Roo.data,
185                             xtype : 'Store',
186                          
187                             proxy : {
188                                 xns : Roo.data,
189                                 xtype : 'MemoryProxy',
190                                 data: [
191                                     ['3m Co',71.72,0.02,0.03,'9/1 12:00am'],
192                                     ['Alcoa Inc',29.01,0.42,1.47,'9/1 12:00am'],
193                                     ['Altria Group Inc',83.81,0.28,0.34,'9/1 12:00am'],
194                                     ['American Express Company',52.55,0.01,0.02,'9/1 12:00am'],
195                                     ['American International Group, Inc.',64.13,0.31,0.49,'9/1 12:00am'],
196                                     ['AT&T Inc.',31.61,-0.48,-1.54,'9/1 12:00am'],
197                                     ['Boeing Co.',75.43,0.53,0.71,'9/1 12:00am'],
198                                     ['Caterpillar Inc.',67.27,0.92,1.39,'9/1 12:00am'],
199                                     ['Citigroup, Inc.',49.37,0.02,0.04,'9/1 12:00am'],
200                                     ['E.I. du Pont de Nemours and Company',40.48,0.51,1.28,'9/1 12:00am'],
201                                     ['Exxon Mobil Corp',68.1,-0.43,-0.64,'9/1 12:00am'],
202                                     ['General Electric Company',34.14,-0.08,-0.23,'9/1 12:00am'],
203                                     ['General Motors Corporation',30.27,1.09,3.74,'9/1 12:00am'],
204                                     ['Hewlett-Packard Co.',36.53,-0.03,-0.08,'9/1 12:00am'],
205                                     ['Honeywell Intl Inc',38.77,0.05,0.13,'9/1 12:00am'],
206                                     ['Intel Corporation',19.88,0.31,1.58,'9/1 12:00am'],
207                                     ['International Business Machines',81.41,0.44,0.54,'9/1 12:00am'],
208                                     ['Johnson & Johnson',64.72,0.06,0.09,'9/1 12:00am'],
209                                     ['JP Morgan & Chase & Co',45.73,0.07,0.15,'9/1 12:00am'],
210                                     ['McDonald\'s Corporation',36.76,0.86,2.40,'9/1 12:00am'],
211                                     ['Merck & Co., Inc.',40.96,0.41,1.01,'9/1 12:00am'],
212                                     ['Microsoft Corporation',25.84,0.14,0.54,'9/1 12:00am'],
213                                     ['Pfizer Inc',27.96,0.4,1.45,'9/1 12:00am'],
214                                     ['The Coca-Cola Company',45.07,0.26,0.58,'9/1 12:00am'],
215                                     ['The Home Depot, Inc.',34.64,0.35,1.02,'9/1 12:00am'],
216                                     ['The Procter & Gamble Company',61.91,0.01,0.02,'9/1 12:00am'],
217                                     ['United Technologies Corporation',63.26,0.55,0.88,'9/1 12:00am'],
218                                     ['Verizon Communications',35.57,0.39,1.11,'9/1 12:00am'],
219                                     ['Wal-Mart Stores, Inc.',45.45,0.73,1.63,'9/1 12:00am'],
220                                     ['Walt Disney Company (The) (Holding Company)',29.89,0.24,0.81,'9/1 12:00am']
221                                 ]
222                             },
223                             reader : {
224                            
225                                 xns : Roo.data,
226                                 xtype : 'ArrayReader',
227                                 fields: [
228                                     {name: 'company'},
229                                     {name: 'price', type: 'float'},
230                                     {name: 'change', type: 'float'},
231                                     {name: 'pctChange', type: 'float'},
232                                     {name: 'lastChange', type: 'date', dateFormat: 'n/j h:ia'}
233                                 ]
234                             },
235                         },
236                         cm : [
237                             
238                             {
239                                 id:'company',
240                                 header: "Company",
241                                 width: 160,
242                                 sortable: true,
243                                 locked:false,
244                                 dataIndex: 'company',
245                                 xns : Roo.grid,
246                                 xtype : 'ColumnModel'
247                             },
248                             {
249                                 header: "Price",
250                                 width: 75,
251                                 sortable: true,
252                                 renderer: Roo.util.Format.usMoney,
253                                 dataIndex: 'price',
254                                 xns : Roo.grid,
255                                 xtype : 'ColumnModel'
256                             }
257                             
258                         ]
259                         
260                     }
261                 
262                 },
263                 {
264                     xtype : 'Content',
265                     xns: Roo.bootstrap.panel,
266                     title : "Title Center",
267                     fitToFrame:true,
268                     closable:false,
269                     region : 'center',
270                     html : 'some body center'
271                     
272                 },
273                 
274                 {
275                     xtype : 'Nest',
276                     title : "Title Nest Center",
277                     
278                     xns: Roo.bootstrap.panel,
279                     region : 'center',
280                     
281                     layout : {
282                         xtype : 'Border',
283                         xns: Roo.bootstrap.layout,
284                         south: {
285                             xtype : 'Region',
286                             xns: Roo.bootstrap.layout,
287                                 split:true,
288                                 initialSize: 200,
289                                 minSize: 100,
290                                 maxSize: 400,
291                                 autoScroll:true,
292                                 collapsible:true,
293                                 titlebar: true
294                             },
295                             center: {
296                             xtype : 'Region',
297                             xns: Roo.bootstrap.layout,
298                                 autoScroll:true,
299                             },
300                         items : [
301                             {
302                                 xtype : 'Content',
303                                 xns: Roo.bootstrap.panel,
304                                 title : "More Info",
305                                 region : 'south',
306                                 html : 'some body south'
307                             },
308                             {
309                                 xtype : 'Content',
310                                 xns: Roo.bootstrap.panel,
311                                 title : "the body",
312                                 region : 'center',
313                                 html : 'some body center'
314                             },
315                         ]
316                     }
317                 
318                     
319                 }
320                  
321             ]   
322             
323         }
324     }
325 });
326   
327    Roo.onReady(function() {
328         Roo.XComponent.is_alt = true;
329           Roo.XComponent.build();
330           //dRoo.bootstrap.Tooltip.init();
331       });
332   
333         </script>
334 </head>
335 <body class="xtheme-gray">
336
337  </body>
338 </html>