Hi,
I need to add a listbox / combobox which allows the user to choose several
values.
I know there is one already available in the GWT API
http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/index.html?overview-summary.html
with 
*isMultipleSelect<http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/client/ui/ListBox.html#isMultipleSelect%28%29>
*()  set to true.
But the problem is that this version takes too much space.

I am looking for something like that  (second one on that page, the
picklist) :
http://www.smartclient.com/smartgwt/showcase/#multi_select_combobox_category

Can anyone share some code for that kind of list box ? I do not want to use
Smart GWT at the moment.

Another cool idea would be to add a small button on the right of a textbox
and when the user clicks on that small button,
a pop up opens and the user can select values from that popup by checking
them (checkboxes) and that would automatically
populates the textbox (values separated by commas) when he closes the popup.

How do i implement such widget ?
I am looking for samples, ideas, suggestions ...

Thanks !

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to