ZF-9199: Zend_Form_Decorator_Label: doesn't offer to change the 'id'-attribute of HtmlTag-wrapper
Description
Zend_Form_Decorator_Label sets the 'id'-attribute of the wrapping Zend_Form_Decorator_HtmlTag, but doesn't offer an option to change or unset this attribute.
{{ if (null !== $tag) { $decorator = new Zend_Form_Decorator_HtmlTag(); $decorator->setOptions(array('tag' => $tag, 'id' => $this->getElement()->getName() . '-label')); }}
Comments
Posted by Christian Albrecht (alab) on 2010-04-03T02:36:25.000+0000
Closing as duplicate of ZF-6871