HTML_QuickForm_Renderer_QuickHtml::elementToHtml()
Description
Returns the HTML generated for a specific form element and marks that element as rendered.
Parameter
- $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.
