ZF-11254: Add HTML attribute to Select options
Description
Patch for ZF-3580 and ZF-8684: My fix: [http://paste.jabbim.cz/5186] Example with red background: $combobox = new Zend_Form_Element_Select('list'); $combobox->addMultiOption('value', 'visibleText', array('style'=>'background-color: #FF0000;'));
Comments
No comments to display