dojox.layout.ContentPane

As dojox ContentPane is derived from dijit ContentPane, make sure that the dijit test passes before running this test

Test relies on a php page as backend, so you need php installed on your server

Loading...
28 tests to run in 5 groups
------------------------------------------------------------
GROUP "basicChecks" has 13 tests to run
basicChecks: setContent
DEPRECATED: dojox.layout.ContentPane::attr() is deprecated. Use get() or set() instead, called from function(t){ console.log("basicChecks: " + this.name); var msg = "Simple Test"; pane1.attr('content', msg); t.assertEqual(msg, pane1.domNode.innerHTML); } -- will be removed in version: 2.0
PASSED test: setContent 3 ms
basicChecks: setHref
DEPRECATED: dojox.layout.ContentPane::attr() is deprecated. Use get() or set() instead, called from function(t){ console.log("basicChecks: " + this.name); var msg = "simple remote Test" pane1.attr('href', dojo.moduleUrl('dijit', 'tests/layout/getResponse.php?message='+encodeURI(msg))); var d = new t.Deferred(); setTimeout(d.getTestCallback(function(){ t.assertEqual(msg, pane1.domNode.innerHTML) }), 1500); return d; } -- will be removed in version: 2.0