- ))class EntecoForm extends BaseEntecoForm
- {
- public function configure()
- {
- $this->widgetSchema['commune_id'] = new sfWidgetFormChoice(array(
- 'choices' => array(),
- 'renderer_class' => 'sfWidgetFormJQueryAutocompleter',
- 'renderer_options' => array('url' => 'js/jquery.autocompleter.js '),
- ));