1 <!--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">-->
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <title>Dutch Form</title>
6 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
10 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
13 <script type="text/javascript" src="../../ext-all.js"></script>
15 <!-- include the locale file -->
16 <script type="text/javascript" src="../../source/locale/ext-lang-nl.js"></script>
18 <script type="text/javascript" src="dutch-provinces.js"></script>
19 <script type="text/javascript" src="dutch-form.js"></script>
21 <!-- Common Styles for the examples -->
22 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
25 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
26 <h1>Localization with Ext</h1>
28 This demonstrates a dutch location of Ext using the form component. It includes the localization
29 file "ext-lang-nl.js" from the source/locale folder of the Ext download.
32 <p>The js is not minified so it is readable. See <a href="dutch-form.js">dutch-form.js</a>.</p>