I know this is a very late reply, but just thought sharing what i found. this behavior is because images are not placed properly and also u haven't mentioned css style in view.yml (or probably it is not found in the particular path, check if you are getting any 404 error for css files using tamperdata plugin for firefox).
On Wed, Mar 4, 2009 at 8:55 AM, Lawrence Krubner <[email protected]>wrote: > > I managed to get the rich date widget mostly working. However, it is > not formatting correctly. This is what it looks like for me: > > http://lawrence.sds5.com/date_widget_looks_wrong.gif > > You notice how the Prev and Next buttons are forced together? And > there is no background color or image? > > What do I need to do to get the formatting correct? > > -- lawrence > > > > > On Mar 3, 9:09 pm, Lawrence Krubner <[email protected]> wrote: > > I'm running Symfony 1.1.4 > > > > I want to use the rich date widget mentioned here: > > > > http://www.symfony-project.org/blog/2008/10/18/spice-up-your-forms-wi... > > > > I've installed the plugin. > > > > In my form class, I tried this: > > > > $this->widgetSchema['date'] = new sfWidgetFormJQueryDate(); > > > > No effect. What else do I have to do? > > > > -- lawrence > > > -- Regards... Harinath http://harinath.in --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
