RE: please Help me GWT Listbox

2011-01-06 Thread nbansal...@gmail.com
Group 1 -Original Message- From: vijay gohel Sent: 06/01/2011 12:04:25 pm Subject: please Help me GWT Listbox 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

Re: please Help me GWT Listbox

2011-01-06 Thread jaybose
Vijay, if you can't figure this out using Y2i's suggestion, consider using a Tree rather than a ListBox. http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree On Jan 6, 2:18 am, Y2i wrote: > Not sure if you can do this with ListBox, but you can try constructing > this through DOM manipul

Re: please Help me GWT Listbox

2011-01-06 Thread Y2i
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 wrote: > i want aout put like > > Group1 >      Item1-1 >      Item1-2 >      Item1-3 >      Item1-4 > Group2

please Help me GWT Listbox

2011-01-05 Thread vijay gohel
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 --

Re: please Help me GWT Listbox

2011-01-04 Thread Michael
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/548749fc1cef2ae8 On Jan 3, 10:57 am, vijay gohel wrote: > hi, > > please Help Me in Listbox widget > > i want to add option Group like "Select tag's Option group"  in List > box > > How it is Possible. i don't Know. > > Please

Re: please Help me GWT Listbox

2011-01-04 Thread jaybose
http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/ListBox.html Based on the javadoc, you should see what you need to add elements to a ListBox. If this is not what you needed, please explain further. On Jan 3, 3:57 am, vijay gohel wrote: > hi, > > please He

Re: please Help me GWT Listbox

2011-01-04 Thread Nirmal Patel
Not sure if I understand your requirement; but are you looking to allow the user select multiple options from a list?? If so, there is a GWT widget: ListBox ( http://gwt.google.com/samples/Showcase/Showcase.html#!CwListBox) -- You received this message because you are subscribed to the Google G

please Help me GWT Listbox

2011-01-03 Thread vijay gohel
hi, please Help Me in Listbox widget i want to add option Group like "Select tag's Option group" in List box How it is Possible. i don't Know. Please Help me on it thanks in advance Regards, Vijay Gohel -- You received this message because you are subscribed to the Google Groups "Google