function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Luke@TWSLuke@TWS 

Multi Option Select List

Looking to create a component, similar to the salesforce dual select list. Basically two select lists with buttons to move options between the two and also move them up and down the order in the list, plus a few other options.

I have tried constructing the component with the lists, options passed through in attributes and some javascript to move them about but I would need some way of getting the items in the list back in apex, not just the ones that are selected (highlighted).

Any ideas?

Otherwise looks like I'm going to have to do it all server side and reload both of the lists every time which is going be very slow.


Message Edited by Luke@TWS on 09-30-2008 09:18 AM