| PEAR Announce 2006-05-25, 4:00 am |
| The new PEAR package HTML_QuickForm_Livesearch-0.2.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
Changes:
Single quote issue on liveform variable
Added attributes on example.
Style coding issue
The id value is not reset when the keypressed is left or right arrow
* todo: Do not reset the value when the key is a button that do not alter the text.
* todo: Set up the options of an alternative element when jscript disabled
Package Info
-------------
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.
Related Links
-------------
Package home: http://pear.php.net/package/HTML_QuickForm_Livesearch
Changelog: http://pear.php.net/package/HTML_Qu.../download/0.2.0
Download: http://pear.php.net/get/HTML_QuickF...earch-0.2.0.tgz
Authors
-------------
Giuseppe Dessi (lead)
|