previousHTML_QuickForm_advcheckbox::getPrivateName() (Previous) (Next) Class Summary HTML_QuickForm_autocompletenext

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_advcheckbox::setValues()

HTML_QuickForm_advcheckbox::setValues() – Définit les valeurs à utiliser par l'élément caché

Synopsis

require_once 'HTML/QuickForm/advcheckbox.php';

void HTML_QuickForm_advcheckbox::setValues ( mixed $values )

Description

Si $values est une chaîne, alors elle sera utilisée pour l'état 'coché'. Si c'est un tableau, alors $values[0] sera utilisé pour l'état 'non coché' et $values[1] pour l'état 'coché'.

Parameter

mixed $values

Les valeurs, soit une chaîne, soit un tableau

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousHTML_QuickForm_advcheckbox::getPrivateName() (Previous) (Next) Class Summary HTML_QuickForm_autocompletenext

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.