|
Unescaped options inside Zend_Form_Element_Select: msg#00179php.zend.framework.mvc
Hello list, just a quick question:
How can I get a Zend_Form_Element_Select populated without it's options being escaped? I need to populate a <select> with indented options according to the hierarchy of each one. $options = array( 23 => ' Option 1' 24 => ' Option 1.1' 46 => ' Option 2' ); $myZendFormElementObject->addMultioptions( $options ); The result is I see the ' 's I've checked the API and docs but I can't find anything. Thanks in advance. Best Regards, Ernesto |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Implementation question: 00179, Jigal sanders |
|---|---|
| Next by Date: | Re: Unescaped options inside Zend_Form_Element_Select: 00179, Adam Hunter |
| Previous by Thread: | Implementation questioni: 00179, Jigal sanders |
| Next by Thread: | Re: Unescaped options inside Zend_Form_Element_Select: 00179, Adam Hunter |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |