PDA

View Full Version : Implementing auto-complete/auto-suggest


mallipeddi
05-28-2006, 08:29 PM
Hi,

I'm trying to implement Google Suggest sort of auto-complete feature in Laszlo but still can't seem to be able to do it. Basically with every new keypress, it has to send a new XMLHttpReq and update the suggestions list upon receiving the response.

Can anyone point me to some sample code (or tutorial) which does something similar to this?

Cheers,
Harish

notzippy
05-29-2006, 09:44 AM
Check the openlaszlo-3.3\lps\components\incubator\autocompletecombobox. lzx