void setHtmlTemplate(
string
$template)
|
|
Set the filename of the template to render html elements.
In your template, {html} is replaced by the unmodified html. If the element is required, {required} will be true. Eg.
{if:error}
{error:h}
{end:}
{html:h}
Parameters:
void 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}
*
{end:}
{label:h}
Parameters: