F.Egan
unread,Oct 26, 2009, 10:05:01 AM10/26/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmatter
Hi there,
Is it possible to model a property as a series of checkboxes? (Similar
to how a web app would do it)
For example, a Person object in the database could have a column that
recorded preferred contact methods, Phone, SMS and Email. This would
be persisted as a comma separated string (Say "Phone,SMS" or
"SMS,Email" or "Phone,SMS,Email") and represented on the UI as three
checkboxes.
I couldn't find anything like this in the manual or the demo apps,
although I have found mention online of a class MultiListPicker which
looks like it matches my requirements. It doesn't appear to have made
it into a release yet. Can you confirm?
Thanks,
F.Egan