HTML_QuickForm_autocomplete::setoptions()
HTML_QuickForm_autocomplete::setoptions() -- Sets the options for the autocomplete input text element
概要
require_once 'HTML/QuickForm/autocomplete.php'; |
void HTML_QuickForm_autocomplete::setOptions (array $options)
説明
The strings in this array will be checked by the javascript function for a match with the text being typed. In case of a match the text will be autocompleted.
パラメータ
- array
$options
Array of options for the autocomplete input text element
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。