HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/ObjectFlexy.php'; |
void HTML_QuickForm_Renderer_ObjectFlexy::setHtmlTemplate (
string $template
)
In your template, {html} is replaced by the unmodified html. If the element is required, {required} will be true. Eg.
{if:error} <font color="red" size="1">{error:h}</font><br /> {end:} {html:h} |
Filename of template
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |