This class can be used to complete text typed
in form text inputs using AJAX to retrieve text completion suggestions,
similar to Google Suggest. The text completion suggestions are
displayed as a menu below the text input.
Class: Suggester
Detailed description
This class can be used to complete text typed
in form text inputs using AJAX to retrieve text completion suggestions,
similar to Google Suggest.
The text completion suggestions are displayed as a menu below the text input that shows without page reloading.
The text completion suggestions may be cached to avoid the overhead of requesting the same data from the server more than once.
When the user clicks on an suggestion text the browser is redirected to a URL defined by a configurable template.
|