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