HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/Default.php'; |
void HTML_QuickForm_Renderer_Default::setFormTemplate (
string $html
)
Sets form template. The template should include {attributes} and {content} placeholders.
The default form template is
"\n<form{attributes}>\n<table border=\"0\">\n{content}\n</table>\n</form>" |
The HTML surrounding the form tags
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |