I am wondering if anyone has attempted to do a multiple select <select> item for dialogs?
The closest that I could see is the Roles for the "Edit user" dialog where you can click an Add button to allow you to assign multiple roles to a single user. That is sort of the functionality I want, but would rather force the user to select from a select list, so they aren't able to type in text. I'm also wondering what would be the best way to store these multiple selections. Should I put them in a comma delimited text string? The main point of what we'll be using them for is to categorize pages in one or more categories for filtering on search (which I haven't even explored how best to do that, but I'm assuming using XPath or SQL I'll be able to do so). Thanks, Tom ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
