• 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

select multiple

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can someone tell me if it is possible to have multiple select option, but the user should not hold down ctrl or shift key to select the multiple items ?
Each selection will be like a toggle i.e. if the user clicks once on the item, it gets selected and if he clicks again then it gets deselected but again no holding the ctrl or shift key.
Thanks...
Sudhir
 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Building a custom select options is pretty ez for newer browsers.
For an example of a 3 way select options:
http://www21.brinkster.com/sturman/anagram/anagram.html
Note wait for the dictionary to load (10 seconds first time) then click on Anagram.The Candidate table on the left uses a 3 ways select:
In Out And/Or
 
Sudhir Bangera
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Charlie...appreciate your help....have a great day.....sudhir
 
reply
    Bookmark Topic Watch Topic
  • New Topic