How to disable individual options in a Zend_Form_Element_Radio

Posted by Maarten Sander on Stack Overflow See other posts from Stack Overflow or by Maarten Sander
Published on 2010-02-08T12:43:46Z Indexed on 2010/04/10 0:43 UTC
Read the original article Hit count: 386

Is it possible to disable individual options in a Zend_Form_Element_Radio? That is, I'd like to add disabled="disabled" to certain input tags.

Does the Zend Framework include this functionality? Or is there another way to accomplish this?

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework