HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/QuickHtml.php'; |
string HTML_QuickForm_Renderer_QuickHtml::toHtml (
string $data
)
Returns the HTML generated for the form.
Any html to put inside the form tags. This would normally be the html template into which you have rendered the form elements.
throws no exceptions thrown
HTML_QuickForm_group::setElements() | |
PEAR Manual | |