dutch-provinces.js 307 B

1234567891011121314151617
  1. // some data used in the examples
  2. Ext.namespace('Ext.exampledata');
  3. Ext.exampledata.dutch_provinces = [
  4. ['Drenthe'],
  5. ['Flevoland'],
  6. ['Friesland'],
  7. ['Gelderland'],
  8. ['Groningen'],
  9. ['Limburg'],
  10. ['Noord-Brabant'],
  11. ['Noord-Holland'],
  12. ['Overijsel'],
  13. ['Utrecht'],
  14. ['Zeeland'],
  15. ['Zuid-Holland']
  16. ];