Also mention the viewscript functionality of Form::loadDefaultDecorators()
refs #5525
This commit is contained in:
parent
8f0b9899a3
commit
6ac471c598
|
@ -285,7 +285,8 @@ class Form extends Zend_Form
|
|||
/**
|
||||
* Load the default decorators
|
||||
*
|
||||
* Overwrites Zend_Form::loadDefaultDecorators to avoid having the HtmlTag-Decorator added
|
||||
* Overwrites Zend_Form::loadDefaultDecorators to avoid having
|
||||
* the HtmlTag-Decorator added and to provide viewscript usage
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue