Re: populating suggestions in SuggestBox using eventHandler than overriding SuggestOracle

2010-09-23 Thread Thomas Broyer
On Sep 23, 1:04 pm, chamarts wrote: > Hi, > > is there any action/event handler that I can implement actually gives > me a callback reference to populate the suggestions ? That's the role of the SuggestOracle. > and also is there any way to set the SuggestOracle object to > SuggestBox. For som

populating suggestions in SuggestBox using eventHandler than overriding SuggestOracle

2010-09-23 Thread chamarts
Hi, is there any action/event handler that I can implement actually gives me a callback reference to populate the suggestions ? and also is there any way to set the SuggestOracle object to SuggestBox. For some reason it happened to be a private method. Not sure whats the design strategy to make i