HTML_QuickForm_Renderer_ObjectFlexy::setLabelTemplate()
HTML_QuickForm_Renderer_ObjectFlexy::setLabelTemplate() – Set the filename of the template to render html elements.
Synopsis
require_once 'HTML/QuickForm/Renderer/ObjectFlexy.php';
void HTML_QuickForm_Renderer_ObjectFlexy::setLabelTemplate (
string $template
)
Описание
Set the filename of the template to render form labels. In your template, {label} is replaced by the unmodified label, {error} will be set to the error, if any. {required} will be true if this is a required field Eg.
{if:required}
<font color="orange" size="1">*</font>
{end:}
{label:h}
Parameter
-
string
$template
-
Filename of template
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.