Executing JavaScript inside Content Panes
dijit.layout.ContentPane widgets are an invaluable tool for many common layout tasks. You can update the content inside one of these panes via the setContent or setHref methods, unfortunately if your content contains any JavaScript via inline script tag or script tag with src attribute you might be surprised to find out that it will not execute. How do you get around this?
Date added: July 30th, 2008 | Author: trutwijd
