Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / form / custom.html
diff --git a/examples/form/custom.html b/examples/form/custom.html
deleted file mode 100644 (file)
index 8d5ed84..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-<html>\r
-<head>\r
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
-    <title>Custom Fields</title>\r
-    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
-\r
-    <!-- GC -->\r
-       <!-- LIBS -->\r
-       <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
-       <!-- ENDLIBS -->\r
-\r
-    <script type="text/javascript" src="../../ext-all.js"></script>\r
-\r
-    <script type="text/javascript" src="SearchField.js"></script>\r
-    <script type="text/javascript" src="custom.js"></script>\r
-    <link rel="stylesheet" type="text/css" href="combos.css" />\r
-\r
-    <style type="text/css">\r
-        #search-results a {\r
-            color: #385F95;\r
-            font:bold 11px tahoma, arial, helvetica, sans-serif;\r
-            text-decoration:none;\r
-        }\r
-        #search-results a:hover {\r
-            text-decoration:underline;\r
-        }\r
-        #search-results .search-item {\r
-            padding:5px;\r
-        }\r
-        #search-results p {\r
-            margin:3px !important;\r
-        }\r
-        #search-results {\r
-            border-bottom:1px solid #ddd;\r
-            margin: 0 1px;\r
-            height:300px;\r
-            overflow:auto;\r
-        }\r
-        #search-results .x-toolbar {\r
-            border:0 none;\r
-        }\r
-    </style>\r
-\r
-    <!-- Common Styles for the examples -->\r
-    <link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
-</head>\r
-<body>\r
-<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
-<p>\r
-    <b>Custom Form Fields</b><br />\r
-    Ext provides many types of form fields to build interactive and rich forms. However, it also\r
-    provides a complete framework for building new types of fields quickly. The search field below\r
-    is an example.\r
-</p>\r
-<p>The js is not minified so it is readable. See <a href="custom.js">custom.js</a>.</p>\r
-\r
-<div style="width:600px;" id="search-panel">\r
-</div>\r
-\r
-</body>\r
-</html>\r