Disable and Zend_Form_Element_Radio
How can I disable individual options when using Zend_Form_Element_Radio? I know I specify them using addMultiOption but cannot figure out how to set an attribute (disable) on an individual option. setAttrib affects all options.
TIA.
|