-
16 Nov 2006 3:07 AM #1
Problem with Javascript loaded dynamicaly through TabPanel l
Problem with Javascript loaded dynamicaly through TabPanel l
Thanks in advance to anyone who can help me...
I have in a form A a YAHOO.ext.TabPanel.
I upload the content in the panel items dynamically via the UpdateManager of each Tab Panel Item
In the server the path.php leads to the inclusion of a Php file:Code:mgr.update(path.php, null);
In the _tempalteFile, i have a javascript code written in a <sript> tag.Code:ob_start(); include($this->_templateFile); echo(ob_get_clean());
The problem is once i uploaded the content, it behaves as if the javascript code is not evaluated, since i can not access to the functions, and variables declared in it?.
My first and ugly solution, was to move all the Javascript code in the Parent Form A, but it is not what i want. Who has a second solution?
Thank you Very much
-
16 Nov 2006 3:29 AM #2
Humph! This is FAQing :wink: annoying....
See http://www.yui-ext.com/forum/viewtopic.php?t=796
and many other such threads :!:
-
16 Nov 2006 3:32 AM #3
Yep, it's time for a FAQ. Great idea, it will integrate nicely in the documentation center too! Would you (or someone else if not?) like to help make a FAQ of the most frequently asked questions? That would help me a TON!
-
16 Nov 2006 3:34 AM #4
It works
It works
Thanks alot,
I did not search in the right place! :oops:
-
16 Nov 2006 3:46 AM #5
Yes, I'll contribute to it. I'll start with the "My JS is not executing when loaded dynamically" question, and go on to the "my callback function can't see the right 'this' object" question!
Shall I PM FAQ entries to you through the forum?
Similar Threads
-
problem with tabpanel
By redy in forum Ext 1.x: Help & DiscussionReplies: 4Last Post: 9 Mar 2007, 6:15 AM -
problem within tabpanel
By kd21 in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 8 Mar 2007, 2:16 AM -
Javascript Problem when drag/drop
By TomTom in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 16 Feb 2007, 5:02 AM -
problem in my tabpanel
By kd21 in forum Ext 1.x: Help & DiscussionReplies: 4Last Post: 5 Feb 2007, 5:47 AM -
tabpanel content and javascript
By jbowman in forum Ext 1.x: Help & DiscussionReplies: 8Last Post: 12 Sep 2006, 7:43 PM


Reply With Quote