This is my form.class.php:

$this->widgetSchema['link_employee_position_list'] = new
sfWidgetFormPropelChoiceMany(array(
        'expanded' => true,
        'model'    => 'Position',
        'order_by' => array('Title', 'asc')
));

Now I get all possible values in a checkbox list. How can I have
Propel / Symfony checked all these checkboxes by default?
So users can deselect items they don't want instead of select the
items they do want?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to