void HTML_QuickForm_Renderer_Array::setElementStyle (
mixed $elementName
, string $styleName
= null
)
Sets a style to use for element rendering (this style can later be checked by e.g. a template engine).
$elementName
element name or array ('element name' => 'style name')
$styleName
style name if $elementName
is not an array
throws no exceptions thrown
This function can not be called statically.