Salut le monde,
comment je peux faire pour cocher plus qu'un champs a la fois
j'ai aussi essayer et ça ne marche pasCode:
1
2
3
4
5
6
7 'type' => new sfWidgetFormChoice(array( 'choices' => Doctrine_Core::getTable('Candidat')->getTypes(), 'expanded' => true, 'multiple' => true, 'default' => array('type'=>'CDD') )),
d'avance merci.Code:
1
2 $this->widgetShema->setDefault('type', 0);