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