From 0f2715e7e0cb0a580e61c50391b2f7f19e054228 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 6 Feb 2020 14:50:00 +0800 Subject: [PATCH] examples/form/nestedcombo.html --- examples/form/nestedcombo.html | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/examples/form/nestedcombo.html b/examples/form/nestedcombo.html index 38e3ada045..95932b6fff 100644 --- a/examples/form/nestedcombo.html +++ b/examples/form/nestedcombo.html @@ -44,30 +44,16 @@
-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