bobster65 |
09-12-2008 10:59 AM |
Quote:
Originally Posted by illithid
(Post 1619098)
I searched this entire thread for any issues with javascript being used inside of the ajax tab view. Couldn't find what I was looking for.
Obviously, the problem is javascript is being suppressed by the ajax tab view. Is there a way to work around this?
|
Hey Bud.. good news ( unfortunately, not for version 1.5 tho) .. With V2, you will be able to execute scripts both remote and inline during the dataSrc request :D
For In Line Javascript, The script tag will be executed when the tab is activated.
For Remote Javascript, you can load components dynamically during the tab loading process. You can dynamically load CSS for your component and have it injected into the current page style set. You'll then be able to create content on the fly using the script inline.
This actually solved a few of the major "bugs" that have been reported which means Version 2 took a major leap towards being released soon for beta testing...
|