I'm looking for a GWT-based autocompleter that allows for a Facebook-
style presentation of the chosen item. I was able to get SuggestBox to
select multiple (comma-delimited) values using the following tutorial:

http://ljvjonok.blogspot.com/2008/10/gwt-suggestbox-how-to-make-multiple.html

However, to do formatting of the selected items, it seems like a <div>
structure needs to be used so the items can be formatted with CSS.
Since SelectBox only accepts a TextBoxBase in its constructor, I'm
guessing this is not possible out-of-the-box.

For a specific example of what I'm looking for, see the following
jQuery Plugin.

http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/

Has anyone created such a widget for GWT?

Thanks,

Matt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to