Closed GoogleCodeExporter closed 8 years ago
Unfortunately, I do not have the capacity to address issues of externally
developed functions that are wired to generated DDCL components.
You have a couple of ways already built into DDCL to address limiting the user
to a single selection. You could go with radio buttons, which only allow one
selection at a time, or you could use the 'onItemChanged' callback and impose a
limit, as demonstrated on the TESTCASE page.
I will leave this issue open in case others in the community can help you.
Original comment by womohun...@ittrium.com
on 25 Jun 2012 at 1:51
Thanks for your reply Warren, I had missed the onItemChanged callback. Hooking
up that same function to onItemChanged instead of the change event has solved
the problem.
Original comment by xavier.p...@gmail.com
on 26 Jun 2012 at 4:13
If 'onItemChanged' meets your requirements, then I will close this issue.
Thanks for letting me know the outcome -- many issues are left in limbo after I
post back a question or suggestion and never hear back from the originator. I
appreciate your response.
Original comment by womohun...@ittrium.com
on 26 Jun 2012 at 2:30
Original issue reported on code.google.com by
xavier.p...@gmail.com
on 25 Jun 2012 at 1:57