Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / shared / states.js
1 // some data used in the examples
2 Ext.namespace('Ext.example');
3
4 Ext.example.states = [
5         ['AL', 'Alabama', 'The Heart of Dixie'],
6         ['AK', 'Alaska', 'The Land of the Midnight Sun'],
7         ['AZ', 'Arizona', 'The Grand Canyon State'],
8         ['AR', 'Arkansas', 'The Natural State'],
9         ['CA', 'California', 'The Golden State'],
10         ['CO', 'Colorado', 'The Mountain State'],
11         ['CT', 'Connecticut', 'The Constitution State'],
12         ['DE', 'Delaware', 'The First State'],
13         ['DC', 'District of Columbia', "The Nation's Capital"],
14         ['FL', 'Florida', 'The Sunshine State'],
15         ['GA', 'Georgia', 'The Peach State'],
16         ['HI', 'Hawaii', 'The Aloha State'],
17         ['ID', 'Idaho', 'Famous Potatoes'],
18         ['IL', 'Illinois', 'The Prairie State'],
19         ['IN', 'Indiana', 'The Hospitality State'],
20         ['IA', 'Iowa', 'The Corn State'],
21         ['KS', 'Kansas', 'The Sunflower State'],
22         ['KY', 'Kentucky', 'The Bluegrass State'],
23         ['LA', 'Louisiana', 'The Bayou State'],
24         ['ME', 'Maine', 'The Pine Tree State'],
25         ['MD', 'Maryland', 'Chesapeake State'],
26         ['MA', 'Massachusetts', 'The Spirit of America'],
27         ['MI', 'Michigan', 'Great Lakes State'],
28         ['MN', 'Minnesota', 'North Star State'],
29         ['MS', 'Mississippi', 'Magnolia State'],
30         ['MO', 'Missouri', 'Show Me State'],
31         ['MT', 'Montana', 'Big Sky Country'],
32         ['NE', 'Nebraska', 'Beef State'],
33         ['NV', 'Nevada', 'Silver State'],
34         ['NH', 'New Hampshire', 'Granite State'],
35         ['NJ', 'New Jersey', 'Garden State'],
36         ['NM', 'New Mexico', 'Land of Enchantment'],
37         ['NY', 'New York', 'Empire State'],
38         ['NC', 'North Carolina', 'First in Freedom'],
39         ['ND', 'North Dakota', 'Peace Garden State'],
40         ['OH', 'Ohio', 'The Heart of it All'],
41         ['OK', 'Oklahoma', 'Oklahoma is OK'],
42         ['OR', 'Oregon', 'Pacific Wonderland'],
43         ['PA', 'Pennsylvania', 'Keystone State'],
44         ['RI', 'Rhode Island', 'Ocean State'],
45         ['SC', 'South Carolina', 'Nothing Could be Finer'],
46         ['SD', 'South Dakota', 'Great Faces, Great Places'],
47         ['TN', 'Tennessee', 'Volunteer State'],
48         ['TX', 'Texas', 'Lone Star State'],
49         ['UT', 'Utah', 'Salt Lake State'],
50         ['VT', 'Vermont', 'Green Mountain State'],
51         ['VA', 'Virginia', 'Mother of States'],
52         ['WA', 'Washington', 'Green Tree State'],
53         ['WV', 'West Virginia', 'Mountain State'],
54         ['WI', 'Wisconsin', "America's Dairyland"],
55         ['WY', 'Wyoming', 'Like No Place on Earth']
56     ];