ZF-5706: Contradiction in documentation
Description
RE: http://framework.zend.com/manual/en/…
It says:
{quote}
RadioButton accepts an option {color:red}fourth{color} argument, $options, an associative
array of value/label pairs used as the radio options. You may also pass
these as the $attribs key options.
{quote}
"fourth" should be "fifth" (and "option fourth argument" should probably read "option{color:red}al{color} fifth argument")
The example shows $options as the 5th argument, which is correct.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-16T06:55:22.000+0000
Set component and auto reassign
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-17T06:12:32.000+0000
Solved in SVN r16101