previousHTML_QuickForm_Renderer::renderHidden() (Previous) (Next) HTML_QuickForm_Controllernext

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::renderHtml()

HTML_QuickForm_Renderer::renderHtml() – Visite un élément HTML/text (package developer related)

Synopsis

require_once 'HTML/QuickForm/Renderer.php';

void HTML_QuickForm_Renderer::renderHtml ( object &$data )

Description

Appelé lors de la visite d'un pseudo-élément HTML/text.

Note: Implémentation de la méthode
Les éléments HTML_QuickForm_html sont utilisés pour ajouter directement du HTML dans l'affichage du formulaire. C'est utile avec le moteur de rendu par défaut, mais pas avec les rendus basés sur un template. Le moteur de rendu par défaut est actuellement le seul implémentant cette méthode, les autres ignorent les éléments HTML_QuickForm_html.

Parameter

object &$data

Élément HTML_QuickForm_html à visiter

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousHTML_QuickForm_Renderer::renderHidden() (Previous) (Next) HTML_QuickForm_Controllernext

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.