previousHTML_QuickForm_Renderer_QuickHtml::toHtml() (Previous) (Next) Intrastructure du moteur de rendunext

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_Renderer_QuickHtml::elementToHtml()

HTML_QuickForm_Renderer_QuickHtml::elementToHtml() – Rend un élément spécifique du formulaire en HTML

Synopsis

require_once 'HTML/QuickForm/Renderer/QuickHtml.php';

string HTML_QuickForm_Renderer_QuickHtml::elementToHtml ( string $elementName , string $elementValue )

Description

Retourne le HTML généré pour un élément spécifique du formulaire et marque cet élément comme rendu.

Parameter

$elementName

Le nom de l'élément du formulaire qui va être rendu.

$elementValue

La valeur à donner à l'élément du formulaire. Ceci n'est utile que pour les éléments qui ont le même nom (comme les boutons radio) et ne peuvent être demandés que par rapport à leur valeur.

Throws

No exceptions thrown.

previousHTML_QuickForm_Renderer_QuickHtml::toHtml() (Previous) (Next) Intrastructure du moteur de rendunext

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.