Re: MultiWordSuggestOracle with multiple values?

2013-03-06 Thread Kody
Thanks, the raibledesigns think look exactly what I was looking for. 2013/3/5 Mathieu Lorber mathieu.lor...@gmail.com [re-post but first is lost in space ?] If you want a facebook-like autocomplete (not sure to understand your initial need), you should not modify your existing Oracle nor

Re: MultiWordSuggestOracle with multiple values?

2013-03-06 Thread Ümit Seren
alternatively you could also look into gwtchosen ( https://github.com/jDramaix/gwtchosen) On Wednesday, March 6, 2013 11:25:17 AM UTC+1, membersound wrote: Thanks, the raibledesigns think look exactly what I was looking for. 2013/3/5 Mathieu Lorber mathieu...@gmail.com javascript: [re-post

MultiWordSuggestOracle with multiple values?

2013-03-05 Thread membersound
Hi, is the MultiWordSuggestOracle prepared to somehow being able to display not only one value, but eg a comma separated list of elements chosen fomr the suggest dropdown (facebook like)? Or would I have to extend this on my own? -- You received this message because you are subscribed to the

Re: MultiWordSuggestOracle with multiple values?

2013-03-05 Thread Andrea Boscolo
Something like... http://raibledesigns.com/rd/entry/creating_a_facebook_style_autocomplete ? I guess you simply have to define you own SuggestionDisplay and when you select an entry, add an inline label styled as you want just before the suggestbox. On Tuesday, March 5, 2013 3:22:03 PM UTC+1,

Re: MultiWordSuggestOracle with multiple values?

2013-03-05 Thread Mathieu Lorber
[re-post but first is lost in space ?] If you want a facebook-like autocomplete (not sure to understand your initial need), you should not modify your existing Oracle nor extend the SuggestionDisplay. You have to extend the TextBox. And modify the SuggestionHandler probably. Good news, it's