Hi there.
I wonder if I am working against dojo's scriptScope but I am unsure. The (simplified) document is:
Hi there.
I wonder if I am working against dojo's scriptScope but I am unsure. The (simplified) document is:
The issue I was having is I wanted layout but within a TooltipDialog and I've tracked down why it wasn't work to LayoutContainers not working correctly in ContentPanes. I know there's a test with embedded LayoutContainers but when I play with the test page to see what happens it breaks too.
I'm guessing this doesn't work, after wrestling with it for awhile, but just incase I thought I'd ask.
Hi All,
I was trying to use Dojo LayoutContainer like they way we use framesets in html. Its a simple scenario, banner on top (say banner1), menu on left (say menu1) and client (the main target frame) in the rest of the space.
Now my ques is, how dojo parser reacts when we load a JSP page (say "page1") in the client space, by clicking some menu item on the left. The "page1" being displayed contains some dojo widgets also.
dojo.provide("tas.LayoutContentPane")
dojo.require("dijit.layout.LayoutContainer");
dojo.require("dojox.layout.ContentPane");