Re: Dojo LayoutContainer and ContentPane as application frame?

2007-07-31 Thread [EMAIL PROTECTED]
ok the solution was dojo.io.bind({ url: "/projects/", load: function(type, data, evt){ docPane.setContent(data); }, mimetype: "text/html" }); sorry ... On 31 Jul., 22:37, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello Group, > > I tried to setup a kind of frame architecture with the

Dojo LayoutContainer and ContentPane as application frame?

2007-07-31 Thread [EMAIL PROTECTED]
Hello Group, I tried to setup a kind of frame architecture with the dojo layout container widget. The idea is to load the menu (fisheye widget menu) only once and let the django page itself load asynchronously into a ContentPane. A dojo menu widget loads an url in the content pane like this: