Not sure if you can do this with ListBox, but you can try constructing this through DOM manipulation using SelectElement, OptGroupElement and OptionElement
On Jan 5, 10:34 pm, vijay gohel <[email protected]> wrote: > i want aout put like > > Group1 > Item1-1 > Item1-2 > Item1-3 > Item1-4 > Group2 > Item2-1 > Item2-2 > Item2-3 > Item2-4 > etc > > for that in HTML > > there is option in "Select Tag" and Option in "Select Tag" is > "optiongroup" > > i want that's output in get list box > > thanks > > Vijay -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
