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