.. _dojox/layout/ContentPane:
dojox.layout.ContentPane
========================
:Status: Draft
:Version: 1.0
:Project owner: ?--
:Available: since V?
.. contents::
:depth: 2
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
.. code-block :: javascript
:linenos:
========
Examples
========
Programmatic example
--------------------
TODO: example
Declarative example
-------------------
TODO: example
========
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.