PageRenderTime 21ms CodeModel.GetById 13ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/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
 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>