Hy, i try tu use : sfExtraWidgetsPlugin - Datepicker
configuration with this page http://symfony.swisscenter.com/extrawidgets/datepicker
First error :
[error js] $ is not defined (so i understand that prototype wasn't
there)...so i have modified _form.php, adding this :
<?php use_helper('ModalBox') ?>
( i know it's strange but it was just for prototype...)
2 error :
now, when i click calendars Pix : box open correctly but a error tell me :
The requested URL /main_dev.php/datepicker/days was not found on this server.
I think, it can't find the datepicker module, but why ??
my settings.yml :
# Activated modules from plugins or from the symfony cor
enabled_modules: [datepicker, captcha, default ]
thanks if u got a idea..
