[Dojo-interest] Toggle Content Pane when setURL
Andy Liddle
andyliddle at apotheosys.co.uk
Mon Feb 26 08:49:00 MST 2007
Hi,
Is their a way I can fade a content Pane out and then in when url is
reloaded?
The following doesn't seem to work.
<div class="component" id="testinfo" dojoType="contentPane"
href="/CTE_Web/jsp/execute/testcaseslist.jsp" executeScripts="true"
cacheContent="false" toggle="fade" toggleDuration="500">
</div>
function viewTestCaseScreen(suiteId) {
var contentPane = dojo.widget.byId('testinfo');
contentPane.setUrl("/CTE_Web/jsp/execute/testcaseslist.jsp?id="+suiteId);
}
Thanks
Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20070226/5864e217/attachment.html
More information about the Dojo-interest
mailing list