• dojo & dojox content pane

    By Bryan Sentz 1 decade ago

    I'm trying to load the "dojox.layout.ContentPane" to allow interaction with a page loaded via href.  The XSP page I'm trying to load  is from my local domain. 

    I've tried a few different ways to achieve the same result and always get the error:

    I'm loading the "dojox.layout.ContentPane module as a resource. It does appear to be loading the module.  At least it appears so in firebug. 

    - I add the dojo.layout.ContentPane from ext lib and add dojox.layout.ContentPane as the dojo type. 

    - Tried adding a xp:div and dojox.layout.ContentPane as the dojo type.

    - Tried adding a div and dojox.layout.ContentPane as the dojo type. 

    It does load the page but get's the error and reverts to loading the page via the dojo.layout.ContentPane.  Is it possible to load the dojox content pane?