HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/Default.php'; |
void HTML_QuickForm_Renderer_Default::setGroupElementTemplate (
string $html
, string $group
)
Sets element template for elements within a group.
By default, the template is empty.
The HTML surrounding an element
Name of the group to apply template for
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |