~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/ecosystem/workspace/extjs/examples/grid/grouping.js

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ext JS Library 3.0.0
 
3
 * Copyright(c) 2006-2009 Ext JS, LLC
 
4
 * licensing@extjs.com
 
5
 * http://www.extjs.com/license
 
6
 */
 
7
Ext.onReady(function(){
 
8
 
 
9
    Ext.QuickTips.init();
 
10
    
 
11
    var xg = Ext.grid;
 
12
 
 
13
    // shared reader
 
14
    var reader = new Ext.data.ArrayReader({}, [
 
15
       {name: 'company'},
 
16
       {name: 'price', type: 'float'},
 
17
       {name: 'change', type: 'float'},
 
18
       {name: 'pctChange', type: 'float'},
 
19
       {name: 'lastChange', type: 'date', dateFormat: 'n/j h:ia'},
 
20
       {name: 'industry'},
 
21
       {name: 'desc'}
 
22
    ]);
 
23
 
 
24
    var grid = new xg.GridPanel({
 
25
        store: new Ext.data.GroupingStore({
 
26
            reader: reader,
 
27
            data: xg.dummyData,
 
28
            sortInfo:{field: 'company', direction: "ASC"},
 
29
            groupField:'industry'
 
30
        }),
 
31
 
 
32
        columns: [
 
33
            {id:'company',header: "Company", width: 60, sortable: true, dataIndex: 'company'},
 
34
            {header: "Price", width: 20, sortable: true, renderer: Ext.util.Format.usMoney, dataIndex: 'price'},
 
35
            {header: "Change", width: 20, sortable: true, dataIndex: 'change', renderer: Ext.util.Format.usMoney},
 
36
            {header: "Industry", width: 20, sortable: true, dataIndex: 'industry'},
 
37
            {header: "Last Updated", width: 20, sortable: true, renderer: Ext.util.Format.dateRenderer('m/d/Y'), dataIndex: 'lastChange'}
 
38
        ],
 
39
 
 
40
        view: new Ext.grid.GroupingView({
 
41
            forceFit:true,
 
42
            groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Items" : "Item"]})'
 
43
        }),
 
44
 
 
45
        frame:true,
 
46
        width: 700,
 
47
        height: 450,
 
48
        collapsible: true,
 
49
        animCollapse: false,
 
50
        title: 'Grouping Example',
 
51
        iconCls: 'icon-grid',
 
52
        renderTo: document.body
 
53
    });
 
54
});
 
55
 
 
56
 
 
57
 
 
58
// Array data for the grids
 
59
Ext.grid.dummyData = [
 
60
    ['3m Co',71.72,0.02,0.03,'4/2 12:00am', 'Manufacturing'],
 
61
    ['Alcoa Inc',29.01,0.42,1.47,'4/1 12:00am', 'Manufacturing'],
 
62
    ['Altria Group Inc',83.81,0.28,0.34,'4/3 12:00am', 'Manufacturing'],
 
63
    ['American Express Company',52.55,0.01,0.02,'4/8 12:00am', 'Finance'],
 
64
    ['American International Group, Inc.',64.13,0.31,0.49,'4/1 12:00am', 'Services'],
 
65
    ['AT&T Inc.',31.61,-0.48,-1.54,'4/8 12:00am', 'Services'],
 
66
    ['Boeing Co.',75.43,0.53,0.71,'4/8 12:00am', 'Manufacturing'],
 
67
    ['Caterpillar Inc.',67.27,0.92,1.39,'4/1 12:00am', 'Services'],
 
68
    ['Citigroup, Inc.',49.37,0.02,0.04,'4/4 12:00am', 'Finance'],
 
69
    ['E.I. du Pont de Nemours and Company',40.48,0.51,1.28,'4/1 12:00am', 'Manufacturing'],
 
70
    ['Exxon Mobil Corp',68.1,-0.43,-0.64,'4/3 12:00am', 'Manufacturing'],
 
71
    ['General Electric Company',34.14,-0.08,-0.23,'4/3 12:00am', 'Manufacturing'],
 
72
    ['General Motors Corporation',30.27,1.09,3.74,'4/3 12:00am', 'Automotive'],
 
73
    ['Hewlett-Packard Co.',36.53,-0.03,-0.08,'4/3 12:00am', 'Computer'],
 
74
    ['Honeywell Intl Inc',38.77,0.05,0.13,'4/3 12:00am', 'Manufacturing'],
 
75
    ['Intel Corporation',19.88,0.31,1.58,'4/2 12:00am', 'Computer'],
 
76
    ['International Business Machines',81.41,0.44,0.54,'4/1 12:00am', 'Computer'],
 
77
    ['Johnson & Johnson',64.72,0.06,0.09,'4/2 12:00am', 'Medical'],
 
78
    ['JP Morgan & Chase & Co',45.73,0.07,0.15,'4/2 12:00am', 'Finance'],
 
79
    ['McDonald\'s Corporation',36.76,0.86,2.40,'4/2 12:00am', 'Food'],
 
80
    ['Merck & Co., Inc.',40.96,0.41,1.01,'4/2 12:00am', 'Medical'],
 
81
    ['Microsoft Corporation',25.84,0.14,0.54,'4/2 12:00am', 'Computer'],
 
82
    ['Pfizer Inc',27.96,0.4,1.45,'4/8 12:00am', 'Services', 'Medical'],
 
83
    ['The Coca-Cola Company',45.07,0.26,0.58,'4/1 12:00am', 'Food'],
 
84
    ['The Home Depot, Inc.',34.64,0.35,1.02,'4/8 12:00am', 'Retail'],
 
85
    ['The Procter & Gamble Company',61.91,0.01,0.02,'4/1 12:00am', 'Manufacturing'],
 
86
    ['United Technologies Corporation',63.26,0.55,0.88,'4/1 12:00am', 'Computer'],
 
87
    ['Verizon Communications',35.57,0.39,1.11,'4/3 12:00am', 'Services'],
 
88
    ['Wal-Mart Stores, Inc.',45.45,0.73,1.63,'4/3 12:00am', 'Retail'],
 
89
    ['Walt Disney Company (The) (Holding Company)',29.89,0.24,0.81,'4/1 12:00am', 'Services']
 
90
];
 
91
 
 
92
// add in some dummy descriptions
 
93
for(var i = 0; i < Ext.grid.dummyData.length; i++){
 
94
    Ext.grid.dummyData[i].push('Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed metus nibh, sodales a, porta at, vulputate eget, dui. Pellentesque ut nisl. Maecenas tortor turpis, interdum non, sodales non, iaculis ac, lacus. Vestibulum auctor, tortor quis iaculis malesuada, libero lectus bibendum purus, sit amet tincidunt quam turpis vel lacus. In pellentesque nisl non sem. Suspendisse nunc sem, pretium eget, cursus a, fringilla vel, urna.<br/><br/>Aliquam commodo ullamcorper erat. Nullam vel justo in neque porttitor laoreet. Aenean lacus dui, consequat eu, adipiscing eget, nonummy non, nisi. Morbi nunc est, dignissim non, ornare sed, luctus eu, massa. Vivamus eget quam. Vivamus tincidunt diam nec urna. Curabitur velit.');
 
95
}
 
 
b'\\ No newline at end of file'