Login Register

dojox.layout.ContentPane

Bug with IE display

Hi all,

I'm encountering some display problems with Internet Explorer.
I have many pages developed with Firefox with some dojo code which seems to work very fine. But if i try with IE, the fonctions aren't executed and i can do nothing with that.

Anyone know something about Internet Explorer bugs???
Is there a solution??

Is dojo really cross-platform??

A splash screen for dojox.layout.ContentPane loading?

Hi all,

I'm having trouble when i load my ContentPane content : the browser is freezing for several seconds and it's very ugly!
I would like to add a "splash screen" during the content loads, like i do for my global page (like in the ThemeTester.html in dijit).

There is my ContentPane declaration :

',

Request for making dojox.layout.ContentPane act like dijit.layout.LayoutContainer

I recently created an enhancement ticket for this (=trac #5169).

I'm in need for a ContentPane that loads its content remotely and acts as a LayoutContainer for all its loaded widgets. I didn't find a solution with the standard widget set, so I created one on my own. Perhaps there's a chance to get this abilities into dojox.layout.ContentPane directly. Here is my snippet of code for the widget class. dojo.provide("tas.LayoutContentPane") dojo.require("dijit.layout.LayoutContainer"); dojo.require("dojox.layout.ContentPane");
Syndicate content