Hi,
I have the following problem. I would like to load the content pane from URL:
<div dojoType="dijit.layout.AccordionContainer" sizeMin="20" sizeShare="20" evalScripts="true">
<div dojoType="dijit.layout.AccordionPane" title="Class Hierarchy" href="/treeDiv.html" loadingMessage="Loading Class Tree Hierarchy..." evalScripts="true">
</div>
<div>
<div dojoType="dijit.layout.AccordionPane" title="Class Hierarchy" href="/treeDiv.html" loadingMessage="Loading Class Tree Hierarchy..." evalScripts="true">
</div>
<div>
The URL treeDiv.html have scripts (dojo/method and dojo/connect) and dijit widgets:
