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.
$elementName
The name of the form element that is being rendered.
$elementValue
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