Hi all,
i'm using sfWidgetFormSelect to create select box,
new sfWidgetFormSelect(array('choices' => array(0, 1)));
but i dont know how to produce this HTML :
<select>
<option value="0" disabled="disabled">0</option>
<option value="1"></option>
</select>
i tried by read sfWidgetFormSelect.class source code but i dont think
this widget could do that. Any suggestion please?
thanks
fahmi
--
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en.