Jon, > I'm looking more for a widget that looks like a multi-select, but that > I have more control over. Specifically I want to be able to reorder > items in it. I wasn't sure if listbox was the correct term, but that's > what the DOMAPI guy calls it. Unfortunately he went to a non-free > license :/
If that's the effect you need, check out qForms (my open-source API.) I think this is the effect you're after: http://www.pengoworks.com/qforms/docs/examples/containers.htm While qForms isn't a standalone control, it's a full blown API that simplifies almost every task you'll need to do that relates to scripting and HTML form control. Check out the rest of the examples for more samples of what you can do. http://www.pengoworks.com/qforms/docs/examples/ > I've started building my own, but I'd rather not reinvent the wheel. One of my goals w/qForms is to prevent people from every having to "reinvent the wheel." If you add functionality to the API, just share it with the community! -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

