PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm_Livesearch

Element for HTML_QuickForm to enable a suggest search.

This package is unmaintained.

Download latest release 0.4.1 (archived versions might be outdated)

License: PHP License 3.0

Description

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.

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#7303ClosedReqCVS2006-04-04PEAR CS Compliant
#8638BogusReq0.3.12006-09-05Set a default value
#8910BogusBug0.3.22006-10-08resetting value when submited data not in suggestion list
#10835ClosedBug0.3.22007-04-25Error in example code
#10859BogusBug0.3.22007-04-27The onchange event doesn't arise on Firefox 2.x, Iceweasel 2.x
#12975ClosedBug0.4.02008-01-24Firefox CSS Warning Message
#13203BogusBug0.4.02008-02-25Display in browser
#13519ClosedBug0.4.02008-03-27Javascript Errors
#14004AssignedBug0.4.02008-05-28Behaviour after selection has been made is confusing
#14008AssignedReq0.4.02008-05-28auto_server.php should not be hardcoded
#14009AssignedReq0.4.02008-05-28Remove dbh from the callback
#14012BogusBug0.4.02008-05-29Incorrect use of & entity
#14020OpenReq0.4.02008-05-30Change javascript so that "livesearch" becomes dynamic
#14021OpenReq0.4.02008-05-30Include live.js into livesearch_select.php
#14022OpenReq0.4.02008-05-30Delay needed when typing to prevent flooding
#14023AssignedBug0.4.02008-05-30Filtering required on text input
#14024OpenReq0.4.02008-05-30Restrict display size & utilise page-up and page-down characters
#14025AssignedBug0.4.02008-05-30Hidden input field has no value after closing menu
#14026AssignedBug0.4.02008-05-30Pressing tab after selecting item from menu should focus on the next form field
#14029OpenReq0.4.02008-05-30Delay-hide menu while typing
#14031AssignedBug0.4.02008-05-30Detach element id and remote callback name
#14037OpenReq0.4.02008-05-31Create non-ajax functionality
#14054OpenReq0.4.02008-06-03Need empty results message
#14064AssignedBug0.4.02008-06-03Scrolling past boundaries of menu causes errors