• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Picklilst to Picklist control

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I implement following kind of control?

There are two multi select picklist controls on the page. The first one is populated with values and the second one is blank.

I can push the values from first to second. Also, I can move these selected values up and down in the second one....

I tried looking around. Did not find much. Please help. Thanks so much !!
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
normally called double combo or linked selects.

Eric
 
rahull agarwal
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eric thanks for your reply. However, thats not what I was looking for. Probably, I was not clear in my explanation.

Say, there is a multiselect control box BOX_1 with values

Alpha
Beta
Gamma

There is another BOX_2 and is empty for now.

There are push arrows between these two.. Now, I can push say "Beta" and "Gamma" from BOX_1 to BOX_2. Thereafter, "Beta" and "Gamma" will show up in BOX_2 and will go away from BOX_1. So, in my case, "Beta" and "Gamma" have been selected by user.

Additionally, I also want "up" and "down" arrow near BOX_2 so that I can change the order of "Beta" and "Gamma".

Thanks so much !!
 
I guess I've been abducted by space aliens. So unprofessional. They tried to probe me with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic