dojox.layout.ContentPane¶
Status: | Draft |
---|---|
Version: | 1.0 |
Project owner: | ?– |
Available: | since V? |
dojox.layout.ContenPane is an extension to dijit.layout.ContentPane providing script execution, among other things.
Introduction¶
TODO: introduce the component/class/method
Usage¶
TODO: how to use the component/class/method
1 2 3 | <script type="text/javascript">
// your code
</script>
|
See also¶
- Executing JavaScript inside Content Panes
- through the use of the scriptHasHooks setting, a Deferred instance, onLoadDeferred and it's addCallback , you can simulate the dojo.addOnLoad behavior from inside the loaded content.