3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
\r
4 <title>Custom Fields</title>
\r
5 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
\r
9 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
12 <script type="text/javascript" src="../../ext-all.js"></script>
\r
14 <script type="text/javascript" src="SearchField.js"></script>
\r
15 <script type="text/javascript" src="custom.js"></script>
\r
16 <link rel="stylesheet" type="text/css" href="combos.css" />
\r
18 <style type="text/css">
\r
21 font:bold 11px tahoma, arial, helvetica, sans-serif;
\r
22 text-decoration:none;
\r
24 #search-results a:hover {
\r
25 text-decoration:underline;
\r
27 #search-results .search-item {
\r
31 margin:3px !important;
\r
34 border-bottom:1px solid #ddd;
\r
39 #search-results .x-toolbar {
\r
44 <!-- Common Styles for the examples -->
\r
45 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\r
48 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
\r
50 <b>Custom Form Fields</b><br />
\r
51 Ext provides many types of form fields to build interactive and rich forms. However, it also
\r
52 provides a complete framework for building new types of fields quickly. The search field below
\r
55 <p>The js is not minified so it is readable. See <a href="custom.js">custom.js</a>.</p>
\r
57 <div style="width:600px;" id="search-panel">
\r