View Single Post
  #1 (permalink)  
Old 07-06-2008, 12:05 PM
vernma vernma is offline
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default 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.
Reply With Quote