Thanks, that is very nice, it actually turned out to be a cache problem, once I cleared symfony's cache everything was working alright.
Cheers. On Aug 23, 11:32 pm, Tom Ptacnik <[email protected]> wrote: > Try thishttp://garakkio.altervista.org/datepickerui/ > I like it. > > On 16 srp, 21:42, Joe666 <[email protected]> wrote: > > > Hello guys, > > > I installed the sfFormExtraPlugin as per the README file, then I > > downloaded jquery 1.4.2 and jquery UI 1.8.4, installed, included in the > > project, then I go to one of the admin generated forms for one of my > > tables and do this: > > > class RoomInventoryForm extends BaseRoomInventoryForm > > { > > public function configure() > > { > > $this->widgetSchema['creation'] = new sfWidgetFormJQueryDate(); > > > $this->setDefaults(array( > > 'creation' => date("Y/m/d") > > )); > > } > > > } > > > Everything works in Internet Explorer, Firefox and Chrome, but Safari > > 5.0.1 (ipad/iphone as well) simply display a blank page with no HTML in > > it at all. > > > I see the widget alright in all other browsers except Safari 5, I've > > searched around and found nothing similar, has anyone experienced this > > before ? > > > Best Regards. > > > -- > > Luis Maga -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
