I am able to load text or html page into the contentpane by request and href respectively.
However, I am not able to load dojo pages, ie dojo text or buttons into the contentpane.
Dojo files were parsed properly, when running directly in Firefox. However, they are not parsed properly inside contentpanes.
Please advise
Thanks in advance.
Clement
Content loaded into a contentPane is not parsed for dojo widgets. However, you can acheive this end by using dojox/layout/contentPane. The dojox version of the contentPane works in exactly the same way as the dijit version but allows for widget parsing.