(no description)
File Size: | 258 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
HTML_QuickForm_autocomplete:: (2 methods):
__construct()
HTML_QuickForm_autocomplete()
name:: (7 methods):
setOptions()
toHtml()
setSelectionRange()
setCaretToPosition()
replaceSelection()
autocompleteMatch()
autocomplete()
Class: HTML_QuickForm_autocomplete - X-Ref
Class to dynamically create an HTML input text element that__construct($elementName = null, $elementLabel = null, $options = null, $attributes = null) X-Ref |
Class constructor param: string $elementName (optional)Input field name attribute param: string $elementLabel (optional)Input field label in form param: array $options (optional)Autocomplete options param: mixed $attributes (optional)Either a typical HTML attribute string return: void |
HTML_QuickForm_autocomplete($elementName = null, $elementLabel = null, $options = null, $attributes = null) X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |
setOptions($options) X-Ref |
Sets the options for the autocomplete input text element param: array $options Array of options for the autocomplete input text element return: void |
toHtml() X-Ref |
Returns Html for the autocomplete input text element return: string |
setSelectionRange(input, selectionStart, selectionEnd) X-Ref |
No description |
setCaretToPosition(input, position) X-Ref |
No description |
replaceSelection(input, replaceString) X-Ref |
No description |
autocompleteMatch(text, values) X-Ref |
No description |
autocomplete(textbox, event, values) X-Ref |
No description |