HTML_QuickForm_Renderer_Tableless::setElementTemplate
HTML_QuickForm_Renderer_Tableless::setElementTemplate() – Sets element template
Synopsis
void HTML_QuickForm_Renderer_Tableless::setElementTemplate (
string $html
, string $element
= null
)
Description
Sets the template for elements.
Parameter
-
string
$html
-
The HTML surrounding an element
-
mixed
$element
-
(optional) Name(s) of the element to apply template for (either single element name as string or multiple element names as an array)
Throws
throws no exceptions thrown
Note
This function can not be called statically.