HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/Default.php'; |
void HTML_QuickForm_Renderer_Default::setHeaderTemplate (
string $html
)
Sets header template. The template should include the {header} placeholder.
The default header template is
"\n\t<tr>\n\t\t<td style=\"white-space: nowrap; background-color: #CCCCCC;\" align=\"left\" valign=\"top\" colspan=\"2\"><b>{header}</b></td>\n\t</tr>" |
The HTML surrounding the header
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |