forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
503 B
Text
9 lines
503 B
Text
This package adds an element to the PEAR::HTML_QuickForm package to dynamically
|
|
create an HTML input text element that at every keypressed javascript event,
|
|
returns a list of options in a dynamic dropdown select box
|
|
(live dropdown select). This element use AJAX (Communication from JavaScript
|
|
to your browser without reloading the page).
|
|
This type of livesearch is useful when you have a form with a dropdown list
|
|
with a large number of row.
|
|
|
|
WWW: http://pear.php.net/package/HTML_QuickForm_Livesearch/
|