Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / field-types.html
diff --git a/examples/form/field-types.html b/examples/form/field-types.html
new file mode 100644 (file)
index 0000000..8b2f335
--- /dev/null
@@ -0,0 +1,25 @@
+<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>