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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.