examples/form/nestedcombo.html
authorAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 06:50:00 +0000 (14:50 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Feb 2020 06:50:00 +0000 (14:50 +0800)
examples/form/nestedcombo.html

index 38e3ada..95932b6 100644 (file)
 
         <div class="x-form-clear"></div>
 <PRE>
-Notes:
-
-ComboCheckbox:
-
-a) Similar to ComboBox
-b) selecting a row changes the checkbox state (does not hide the checkbox)
-c) has 'ok' button at bottom, does the same as collasping it.
-d) fires changed event on close (and 'dirty' = eg. something changed.)
-e) hiddenName input value has to contain JSON [ x,x,x,x,x,x ] (id's of selected items)
-f) displayString (function) can be used to override what get's displayed in the box.
-
-
     
     
 </PRE>
 
         <script type="text/javascript" src="../../roojs-debug.js"></script>   
-        <!-- testing new code.. -->
-       <!-- <script type="text/javascript" src="../../Roo/View.js"></script>      
-       <script type="text/javascript" src="../../Roo/form/ComboCheck.js"></script> 
-       -->
+      
         <script type="text/javascript" src="states.js"></script>
 
         <script type="text/javascript" src="../examples.js"></script>        
-        <script type="text/javascript" src="combocheck.js"></script>        
+        <script type="text/javascript" src="nestedcombo.js"></script>        
     </body>
 </html>