Closed GoogleCodeExporter closed 8 years ago
Thank you, I will look into it.
Original comment by adrian.tosca
on 20 Jan 2010 at 8:37
2 -> #65
Original comment by adrian.tosca
on 23 Feb 2010 at 7:46
3 -> #71
Original comment by adrian.tosca
on 23 Feb 2010 at 8:15
Items 2 and 3 are a part of version 1.0
1 and 4 will be considered as enhancements in a future version
Original comment by womohun...@ittrium.com
on 16 Sep 2010 at 8:58
Item 1 addressed by radio buttons rather then check boxes. Item 4 supported in
version 1.1
Original comment by womohun...@ittrium.com
on 21 Sep 2010 at 4:38
FYI: The item #1 "Exclusive Options" is slightly different than using radio
buttons. It was intended to allow a list of checkboxes where one (or more) of
the checkboxes is mutually exclusive with all the other checkboxes. For
example, consider the checklist:
[ ] Everybody (exclusive)
[ ] Nobody (exclusive)
[ ] Scott
[ ] Bill
[ ] John
Scott, Bill, and John can all be checked at the same time, but if you check
Nobody, all other checkboxes are cleared. Then if you check Scott again, the
Nobody checkbox gets cleared. This is a bit of a contrived example, but I hope
the intention is clear.
Original comment by scottwb
on 21 Sep 2010 at 6:21
With the support of the callback onItemClick, you can apply any acceptance
criteria you want to which items can be checked. The demo page includes a
sample callback that applies a limit of 3 checked items. You can now write any
kind of filtering you would like.
Original comment by womohun...@ittrium.com
on 15 Jun 2011 at 2:19
Original issue reported on code.google.com by
parrot...@comcast.net
on 19 Jan 2010 at 9:46