HTML_QuickForm_Renderer_Tableless::setOpenHiddenFieldsetTemplate
HTML_QuickForm_Renderer_Tableless::setOpenHiddenFieldsetTemplate() – Sets the template used when opening a hidden fieldset (i.e. a fieldset that is opened when there is no header element)
Synopsis
void HTML_QuickForm_Renderer_Tableless::setOpenHiddenFieldsetTemplate ( string $html )
Sets the template used when opening a hidden fieldset (i.e. a fieldset that is opened when there is no header element).
Parameter
- string $html
-
The HTML used when opening a hidden fieldset
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Important methods