Hi I've just integrated the sfDojo plugin into my symfony project and I've noticed some troubles. Maybe they could interest you...
First, the helper 'dojo_tooltip_tag' sets the style to 'visibility : hidden' by default. This line should be replaced by 'display: none' because the span created by the helper will NEVER be visible in this case. Second, if you add to your layout <?php include_dojo_requires(); ?> line, without adding Dojo to your standard helpers, but adding <?php include_dojo_requires(); ?> into every templates which needs dojo helpers, the include_dojo function isn't recognized in pages which not need dojo helpers and the layout isn't correctly loaded. Regards Olivier BALAIS On 16 avr, 10:05, Roel Vanhout <[EMAIL PROTECTED]> wrote: > Check > outhttp://trac.symfony-project.com/trac/wiki/DojoIntegrationandhttp://sourceforge.net/projects/sfdojo/. > It's not much but it's a start. > > cheers, > > roel > > Guillermo wrote: > > Hi. > > > I'm building a php project with symfony, my question is about dojo and > > symfony, somebody could configured dojo with symfony. > > Really appreciate yur help. > > Sorry for my english. :) > > > Kind regards. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
