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