any clue?
On Nov 11, 6:39 pm, zujee <[EMAIL PROTECTED]> wrote:
> Hi Experts,
> I created a suggest box like
> MultiWordSuggestOracle oracle = new MultiWordSuggestOracle();
> oracle.add("Cat");
> oracle.add("Dog");
> oracle.add("Horse");
> oracle.add("india");
> oracle.add("Canada");
> oracle.add("France");
> oracle.add("uk");
> oracle.add("Japan");
> oracle.add("Russia");
>
> SuggestBox box = new SuggestBox(oracle);
> RootPanel.get().add(box);
>
> The list is showing like a combo box. But i want to display that list
> in another panel according to the user type in text box. Is that
> possible
> Please help.
> Thansk and regads
> zuje
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---