Fix #6201 - Category select
[roojs1] / examples / form / nestedcombo.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
2         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
3 <html>
4     <head>
5         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6         <title>Forms</title>
7         
8         <link rel="stylesheet" type="text/css" href="../../css/roojs-debug.css"/>
9         <link rel="stylesheet" type="text/css" href="../../css/xtheme-slate.css"/>
10         <link rel="stylesheet" type="text/css" href="../../css/inline-editor.css"/>
11        
12         <style>
13          
14         .roodocs-formblock
15         {
16             border:4px solid #CCCCCC;
17             padding:5px 0pt 5px 10px;
18         }
19         
20          
21         </style>
22     </head>
23     <body>
24             
25         <h1>Nested Combo example</h1>
26         <p>
27             Demostration of nested multicolumned combo
28         </p>
29
30         <p>The js is not minified so it is readable. See 
31         <button type="button" onclick="RooDocs.viewSource.show('/nestedcombo.js')">nestedcombo.js</button> and 
32         <button type="button" onclick="RooDocs.viewSource.show('/nestedcombo.html')">nestedcombo.html</button>
33         .</p>
34
35
36
37
38         <div style="width:900px;"  class="roodocs-formblock">
39             <h3>Display Form</h3>
40             <div id="form-ct5"></div>
41         </div>
42
43          
44
45         <div class="x-form-clear"></div>
46 <PRE>
47  
48     
49     
50 </PRE>
51
52         <script type="text/javascript" src="../../roojs-debug.js"></script>
53         <script type="text/javascript" src="../../Roo/Template.js"></script>   
54         
55         <script type="text/javascript" src="../../Roo/form/ComboNested.js"></script>   
56    
57         <script type="text/javascript" src="states.js"></script>
58
59         <script type="text/javascript" src="../examples.js"></script>        
60         <script type="text/javascript" src="nestedcombo.js"></script>        
61     </body>
62 </html>