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