examples/form/combocheck.html
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 04:24:32 +0000 (12:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 04:24:32 +0000 (12:24 +0800)
examples/form/combocheck.html

index 3ef8dc0..1e3f4f3 100644 (file)
@@ -52,7 +52,8 @@ 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.