HTML_QuickForm, setElementTemplate() for default renderer
If you’re using the default renderer in HTML_QuickForm and need to make some elements look different then others, you can specify an element id to selectively set the element template, e.g.
$renderer->setElementTemplate( "*
${element}
“, ‘elementName’);