Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / dutch-provinces.html
1 <html>\r
2 <head>\r
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
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">// some data used in the examples
9 Ext.namespace('Ext.exampledata');
10
11 Ext.exampledata.dutch_provinces = [
12         ['Drenthe'],
13         ['Flevoland'],
14         ['Friesland'],
15         ['Gelderland'],
16         ['Groningen'],
17         ['Limburg'],
18         ['Noord-Brabant'],
19         ['Noord-Holland'],
20         ['Overijsel'],
21         ['Utrecht'],
22         ['Zeeland'],
23         ['Zuid-Holland']
24     ];
25 </pre>    \r
26 </body>\r
27 </html>