Combo Multiselect checkbox example

Demostration of combo multiselect

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.