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
-~----------~----~----~----~------~----~------~--~---