From a2643b23a56b4362536de03bbcb2def321859092 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 Feb 2020 14:49:41 +0800 Subject: [PATCH] examples/form/nestedcombo.html --- examples/form/nestedcombo.html | 73 ++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/examples/form/nestedcombo.html b/examples/form/nestedcombo.html index e69de29bb2..38e3ada045 100644 --- a/examples/form/nestedcombo.html +++ b/examples/form/nestedcombo.html @@ -0,0 +1,73 @@ + + + + + Forms + + + + + + + + + +

Nested Combo example

+

+ Demostration of nested multicolumned combo +

+ +

The js is not minified so it is readable. See + and + + .

+ + + + +
+

Display Form

+
+
+ + + +
+
+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.
+
+
+    
+    
+
+ + + + + + + + + + -- 2.39.2