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() – Visit a raw HTML/text element (package developer related)

Synopsis

require_once 'HTML/QuickForm/Renderer.php';

void HTML_QuickForm_Renderer::renderHtml ( object &$data )

Description

Called when visiting a raw HTML/text pseudo-element

Note: Implementation of the method
HTML_QuickForm_html elements are used to directly add HTML to the form output. Thus they are useful with the Default renderer, but not with template-based one. Default renderer is currently the only one actually implementing this method, all others silently ignore HTML_QuickForm_html elements.

Parameter

object &$data

HTML_QuickForm_html element being visited

Throws

throws no exceptions thrown

Note

abstract

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.