X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/dutch-provinces.html diff --git a/docs/source/dutch-provinces.html b/docs/source/dutch-provinces.html new file mode 100644 index 00000000..702d3378 --- /dev/null +++ b/docs/source/dutch-provinces.html @@ -0,0 +1,27 @@ + + + The source code + + + + +
// some data used in the examples
+Ext.namespace('Ext.exampledata');
+
+Ext.exampledata.dutch_provinces = [
+	['Drenthe'],
+	['Flevoland'],
+	['Friesland'],
+	['Gelderland'],
+	['Groningen'],
+	['Limburg'],
+	['Noord-Brabant'],
+	['Noord-Holland'],
+	['Overijsel'],
+	['Utrecht'],
+	['Zeeland'],
+	['Zuid-Holland']
+    ];
+
+ + \ No newline at end of file