Are you using some jquery helpers? Any pointers. Seems like I'll have
to do something similar.
najnarp
On Dec 8, 4:34 am, ridwan arifandi <[EMAIL PROTECTED]> wrote:
> why dont use jquery?
>
> i dont really enjoy cakephp ajax embed. now i'm developing an ajax web
> application, first i used cakephp ajax tag and i dont like it. so i'm
> using jquery and i'm very satisfy with it
>
> On Dec 8, 12:35 pm,najnarp<[EMAIL PROTECTED]> wrote:
>
> > I don't see the right code being generated when using ajax layouts.
> > The Event.Observe code is not getting generated. With default layouts
> > I can see the right code coming out.
>
> > E.g. I see the <form ..........> but the javascript after that for
> > Event.Observe is missing
>
> > I put some debug in the Javascript helper code and I see that in func
> > codeBlock - the tags['javascriptblock'] settings empty so the sprintf
> > returns an empty string.
>
> > if ($options['inline']) {
> > if ($block) {
> > return sprintf($this->tags
> > ['javascriptblock'], $script);
> > } else {
> > return sprintf($this->tags
> > ['javascriptstart']).ife($safe, "\n" . '//<![CDATA[' . "\n", '');
>
> > Anybody else see this? I am running 1.2.0.7692_RC3
>
> > Thanks,
>
> >najnarp
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---