Solar_View_Helper_Form::setDecorator()

public Solar_View_Helper_Form Solar_View_Helper_Form::setDecorator ( string $part , string $tag , array $attribs = NULL )

Set decoration tag to use for a particular form part.

Parameters

  • (string) $part: The form part to decorate (list, elem, label, or value).

  • (string) $tag: The tag to use for decoration; this will be used as both the opening and closing tag around the part.

  • (array) $attribs: Attributes for the fieldset tag.

Returns

  • (Solar_View_Helper_Form)

Description

Set decoration tag to use for a particular form part.



Local