Is it possible to send HTML to a zend form select element so that I can get
this to work?

How would you add blank / disabled rows to a list that is dynamically
generated?






maxarbos wrote:
> 
> Hello,
> 
> I am trying to create a select box that ends up lookign like this:
> 
> <option value="val1">Top Level</option>
> <option value="" disabled="disabled"></option>
> <option value="val2">* First Child</option>
> <option value="val3">* * First Gandchild</option>
> <option value="" disabled="disabled"></option>
> <option value="val4">* Second Child</option>
> <option value="val5">* * First Second Gandchild</option>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Zebd_Form-Select-Element-tp21735298p21748529.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to