HTML_QuickForm_LiveText is a custom HTML_QuickForm element implemented as an input text that intercepts key presses to perform a query via AJAX and then shows the result. When a result line is selected, its value fills the input text and optionally other HTML elements, based on result structure and a map between the result component and HTML elements' IDs.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | PHP |
| Implementation | PHP |
Recent releases


Changes: The "value" attribute was replaced with "_value" because of an anomalous behavior of Opera.


Changes: Support for displaying only a subset of keys (of results) in the results pane was added.


Changes: Result-boxes' positions are now "fixed" after the window is loaded. This is due to IE, which shows the div at the right of the input text.


Changes: Handling of mouseover and mousedown on table rows (when results are displayed in table) was added.


Changes: This release adds an option to show complex results (those composed by several fields) in a table.