Procedural File: autocomplete.php
Source Location: /pear/HTML/QuickForm/autocomplete.php
Classes:
HTML_QuickForm_autocomplete
Class to dynamically create an HTML input text element that at every keypressed javascript event, check in an array of options if there's a match and autocomplete the text in case of match.
Page Details:
Includes:
require_once("HTML/QuickForm/text.php") [line 29]
|