PDA

View Full Version : Dual List Boxes



equizole
25 Nov 2008, 12:55 PM
Is anyone aware of a GXT dual list box widget (not sure if that's the correct name, but this is where you have 2 list boxes side by side with arrows in between that let you move items back and forth across the 2 boxes and also order the items on the right hand side list box by moving them up and down in the list)? Thanks...

kolli
25 Nov 2008, 1:16 PM
there is nothing like that provided by gxt. Try developing one.

rodeoclown
25 Nov 2008, 6:19 PM
If you look in the dev explorer (http://extjs.com/explorer-dev) you can see drag-drop dual-list implementation (List to List) that you can use when the next build is released.

equizole
26 Nov 2008, 8:01 AM
That's pretty close to what I'm looking for (and gives me a fairly clear idea of how I could roll my own if needed). Thanks for the heads up...