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
6 <link rel="stylesheet" type="text/css" href="../../resources/css/xtheme-access.css" />
\r
10 <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
\r
13 <script type="text/javascript" src="../../ext-all.js"></script>
\r
15 <script type="text/javascript" src="../ux/SearchField.js"></script>
\r
16 <script type="text/javascript" src="custom-access.js"></script>
\r
17 <link rel="stylesheet" type="text/css" href="combos.css" />
\r
19 <style type="text/css">
\r
26 border-color: none #1A1A1C #111111 none;
\r
27 border-style: none solid solid none;
\r
28 border-width: 0 0 1px 0;
\r
30 font: normal 14px tahoma, arial, helvetica, sans-serif;
\r
39 font: bold 15px tahoma, arial, helvetica, sans-serif;
\r
40 /* text-decoration:none; */
\r
43 .search-item h3 a:hover {
\r
47 .search-item h3 span {
\r
49 margin: 0 0 5px 15px;
\r
53 .x-small-editor .x-form-text {
\r
56 .x-small-editor .x-form-field-wrap .x-form-trigger {
\r
60 .x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
\r
64 #search-results a:hover {
\r
65 text-decoration:underline;
\r
67 #search-results .search-item {
\r
71 margin:3px !important;
\r
74 border-bottom:1px solid #ddd;
\r
79 #search-results .x-toolbar {
\r
84 <!-- Common Styles for the examples -->
\r
85 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
\r
88 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
\r
90 <b>Custom Form Fields</b><br />
\r
91 Ext provides many types of form fields to build interactive and rich forms. However, it also
\r
92 provides a complete framework for building new types of fields quickly. The search field below
\r
95 <p>The js is not minified so it is readable. See <a href="custom.js">custom.js</a>.</p>
\r
97 <div style="width:600px;" id="search-panel">
\r