Login Register

Declaration

scrollbar partially hidden by a right ContentPane in a TabContainer (using windget declaration)

Hello,

here is my html/dojo source file :
(I made it as simple as possible, for the example)

bad rendered

@import "dojotk/dojo/resources/dojo.css";
@import "dojotk/dijit/themes/soria/soria.css";

 

dojo.require("dojo.parser");
dojo.require("dijit.Declaration");
dojo.require("dijit.layout.BorderContainer");

Declarative Instantiation Problem With IE

This works for FF but I can't get it to work in IE. The my.DialogContent widget is dropped into my.Dialog using my.Dialog.setHref(). It instantiates correctly creating the widget and its components and runs their declarative scripts but doesn't run the top ones I've put in the code block below. Any help would be greatly appreciated. Thanks :)

PS. The init method that is not being overwritten below is invoked in my.DialogContent postCreate

Ignore the fact I took out the < and > brackets below wasn't showing the code block when I left them in

LayoutContainer inside a SplitContainer, using template

I try to display a LayoutContainer inside a SplitContainer, using a template declaration, but it doesn't work.

Here's my sample source code :

test

@import "../js/dojotoolkit/resources/dojo.css";
@import "../js/dojotoolkit/dijit/themes/tundra/tundra.css";

 

dojo.require("dojo.parser");

Syndicate content