/ext-4.0.7/examples/form/field-types.html
https://bitbucket.org/srogerf/javascript · HTML · 25 lines · 16 code · 6 blank · 3 comment · 0 complexity · 804733ef84c8480a4fb54c2396669e4b MD5 · raw file
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <title>Form Field Types</title>
- <!-- ExtJS -->
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
- <script type="text/javascript" src="../../bootstrap.js"></script>
- <!-- Shared -->
- <link rel="stylesheet" type="text/css" href="../shared/example.css" />
- <!-- Example -->
- <script type="text/javascript" src="field-types.js"></script>
- </head>
- <body>
- <h1>Form Field Types</h1>
- <p>This example shows examples of the various supported form field types.</p>
- <p>The js is not minified so it is readable. See <a href="field-types.js">field-types.js</a>.</p>
- <div id="form-ct"></div>
- </body>
- </html>