[symfony-users] Re: Problems with sfExtraWidgetsPlugin

2009-05-05 Thread Frank Stelzer
Hi, the jquery datepicker is a component of jquery ui. You only load the basic jquery lib in your example and the ui stuff is missing. Check this page http://jqueryui.com/, click on "build custom download" and on the next page you see another download button. Download this complete package and

[symfony-users] Re: Problems with sfExtraWidgetsPlugin

2009-05-05 Thread Reynier Perez Mira
> Hi, > the sfExtraWidgetsPlugin is not bundled with the jquery lib and so it > is not loaded automatically. > Therefore you have to define and load the according jquery and jquery > ui assets. > > Example within PHP (but you should better define this assets in the > view.yml): > > $response->ad

[symfony-users] Re: Problems with sfExtraWidgetsPlugin

2009-05-05 Thread Frank Stelzer
Hi, the sfExtraWidgetsPlugin is not bundled with the jquery lib and so it is not loaded automatically. Therefore you have to define and load the according jquery and jquery ui assets. Example within PHP (but you should better define this assets in the view.yml): $response->addStyleSheet( '