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