Jump to content

Dojo BorderContainer


simpli

Recommended Posts

Hi,

I am having problems with the border container when I am trying to set its width like that (width=100% height=100%) instead of (width=1200px height=1200px). I am using dojo on firefox. I am also using declarative creation for the widgets.

I have a css file in which I specify the following:

body, html { width:100%; height:100%; margin:0; padding:0 }
#borderContainer { width:100%; height:100% }

 

When I access the page, I see the border container and its content for half a second and then it disappears. When I look with firebug, I see

<div id="dijit_layout_BorderContainer_0" class="dijitContainer dijitBorderContainer" livesizing="true" style="padding: 0px; width: 100%; height: 100%;" design="headline" dojotype="dijit.layout.BorderContainer" widgetid="dijit_layout_BorderContainer_0">
</div>
<div style="display: none;"/>

 

Can someone help me fix this? Thanks,

JR

Link to comment
https://forums.phpfreaks.com/topic/164112-dojo-bordercontainer/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.