Zend Framework: How do I remove the decorators on a Zend Form Hidden Element?

后端 未结 11 1724
说谎
说谎 2020-12-23 00:07

I\'m trying to remove the default decorators on a hidden form element. By default, the hidden element is displayed like this:

Hidden Element Label
11条回答
  •  半阙折子戏
    2020-12-23 00:31

    I use this

    $element->removeDecorator('DtDdWrapper');
    

    to get rid of the dt dd tags around specific elements

提交回复
热议问题