Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / field-types.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4     <title>Form Field Types</title>
5
6     <!-- ExtJS -->
7     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8     <script type="text/javascript" src="../../bootstrap.js"></script>
9
10     <!-- Shared -->
11     <link rel="stylesheet" type="text/css" href="../shared/example.css" />
12
13     <!-- Example -->
14     <script type="text/javascript" src="field-types.js"></script>
15
16 </head>
17 <body>
18     <h1>Form Field Types</h1>
19     <p>This example shows examples of the various supported form field types.</p>
20     <p>The js is not minified so it is readable. See <a href="field-types.js">field-types.js</a>.</p>
21
22     <div id="form-ct"></div>
23
24 </body>
25 </html>