70b4aaa57284e63af87a19608114cba9f4dd9e62.svn-base 2.4 KB

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