HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm/Renderer/QuickHtml.php'; |
string HTML_QuickForm_Renderer_QuickHtml::elementToHtml (
string $elementName
, string $elementValue
)
Returns the HTML generated for a specific form element and marks that element as rendered.
The name of the form element that is being rendered.
The value given to the form element. This is only useful for elements that have the same name (such as a radio button), and can only be told apart based on the value assigned to them.
throws no exceptions thrown
HTML_QuickForm_group::setElements() | |
PEAR Manual | |