• 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

Special select:option

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys
How can I create a select box when its content divided
into 2 group such as each group has its title...
for example a select option that has the following options :

a
1
2
3
b
4
5
6


Note that a and b are just titles and can NOT be choosen ...
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont know of a way to do what you're asking. What I've done in the past is just given the titles (a,b) bold font and a null value. It also helps to do things to make it stand out...ie
-a-
1
2
-b-
1
2
 
shlomy bentulilah
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your answer ..

I seek the same functionality as in

<optgroup label="title">
<option>option1</option>
<option>option2</option>
<option>option3</option>
</optgroup>
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
shlomy baaaaa,

Please check your private messages for an important message from me. You can do so by clicking on My Pivate Messages in the upper right corner of the page.
reply
    Bookmark Topic Watch Topic
  • New Topic