Re: Regarding SuggestBox with MultiWordSuggestOracle - selecting value

2013-06-11 Thread Dayananda B V
thanks, appricate your help
On Monday, June 10, 2013 7:18:53 PM UTC+5:30, Dayananda B V wrote: 

 Hi all,
  
 Suggestpopup box which show list of items here i want to show say for 
 example company discription (International Business Machine), when i 
 select company discription i want to show company code(IBM.US) in 
 SuggestBox inseated of International Business Machine.
 How can i do that?
  
 Is it i have to add selectionevent on SuggestBox and change the text?
  
 appricate your help.
  
 Thanks
 Daya


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




Regarding SuggestBox with MultiWordSuggestOracle - selecting value

2013-06-10 Thread Dayananda B V
Hi all,
 
Suggestpopup box which show list of items here i want to show say for 
example company discription (International Business Machine), when i select 
company discription i want to show company code(IBM.US) in SuggestBox 
inseated of International Business Machine.
How can i do that?
 
Is it i have to add selectionevent on SuggestBox and change the text?
 
appricate your help.
 
Thanks
Daya

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




Re: Regarding SuggestBox with MultiWordSuggestOracle - selecting value

2013-06-10 Thread Thomas Broyer


On Monday, June 10, 2013 3:48:53 PM UTC+2, Dayananda B V wrote:

 Hi all,
  
 Suggestpopup box which show list of items here i want to show say for 
 example company discription (International Business Machine), when i 
 select company discription i want to show company code(IBM.US) in 
 SuggestBox inseated of International Business Machine.
 How can i do that?
  
 Is it i have to add selectionevent on SuggestBox and change the text?


MultiWordSuggestOracle is designed to have only replacement text, and the 
display text is the replacement text with the matched parts in bold 
text.
If that's not what you want, then do not use MultiWordSuggestOracle.

That said, I have implemented a SuggestOracle that wrapped a 
MultiWordSuggestOracle and simply reworked the suggestions to provide a 
different replacement text (based on a Map; the display text for each 
suggestion –which is used to feed the MultiWordSuggestOracle– is used as a 
key and must then be unique)

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