previousconstructor HTML_QuickForm_autocomplete (Previous) (Next) Class Summary HTML_QuickForm_datenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm_autocomplete::setoptions()

HTML_QuickForm_autocomplete::setoptions() – Définit les options pour l'autocomplétion de l'élément texte Input

Synopsis

require_once 'HTML/QuickForm/autocomplete.php';

void HTML_QuickForm_autocomplete::setOptions ( array $options )

Description

La chaîne dans ce tableau sera analysée par la fonction Javascript pour y trouver une correspondance avec le texte tapé. Si une correspondance est trouvée, le texte sera autocomplété.

Parameter

array $options

Tableau d'options pour l'autocomplétion de l'élément texte Input

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousconstructor HTML_QuickForm_autocomplete (Previous) (Next) Class Summary HTML_QuickForm_datenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.