Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.13

Request #8064 toJavascript deletes javascript
Submitted: 2006-06-29 07:34 UTC
From: cmouse at desteem dot org Assigned:
Status: Verified Package: HTML_Template_Flexy (version 1.2.4)
PHP Version: 5.1.4 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-06-29 07:34 UTC] cmouse at desteem dot org (Aki Tuomi)
Description: ------------ Example: <flexy:toJavascript group="group"> <script type="text/javascript"> <!--; // <![CDATA[ var group=0; toggleGroup(group); // ]]> --> </script> </flexy:toJavascript> This renders up as <script type="text/javascript"> <!--; // <![CDATA[ var group=0; // ]]> --> </script> And then I go 'WTF!?!' where is my toggleGroup?!. Oh, it filters it out. So, I have to go round this by adding yet another <script></script> tag which actually does this one-line function call. Would make the code a LOT cleaner in many places if you could just not remove the javascript. Or you could at least say something about this in the manual page. It is very irritating undocumented "feature". Test script: --------------- See above

Comments

 [2006-06-29 07:41 UTC] alan_k (Alan Knowles)
actually it's supposed to destroy everything inside the <toJavascript> tag - the reason being, is that this is used to set up defaults when you test the html template on it's own, without flexy involved. I agree though - It needs documenting - It needs fixing to remove everything...