vote up 0 vote down star

Please look at these two attempts:

http://3wcloud-com-provisioning-qa.appspot.com/testDijitLayout?menuStyle=dijitTest1

http://3wcloud-com-provisioning-qa.appspot.com/testDijitLayout?menuStyle=dijitTest2

Test1 doesn't show the body, but the header is correct. Test2 shows the body, but the heading/banner is behind the dojo components.

The only difference is that in Test2, I tried to wrap the AccordianContainer and the body container with another generic container:

<div dojoType="dijit.layout.ContentPane" id="bodyContainer">

I found that when the header was totally outside of the Dojo containers, then the spacing/paging/etc... was just a little bit off. So my assumption was that the whole page should be in the Dojo containers.

I'm trying to come up with the proper layout to show the header and the body. I think you can see the structure from the "view source" of the pages.

Thanks, Neal Walters

flag

63% accept rate
Neither page loads for me. They both have a green box in the top left with "Loading..." in it. – Glenn Sep 14 at 20:57
Hmmm...Is loading fine for me in Firefox 3.5. What browser are you on? – NealWalters Sep 15 at 18:20
I've had cases where NoScript interferes. – NealWalters Sep 15 at 18:24

1 Answer

vote up 3 vote down

Why not just wrap your original content in another BorderContainer, with the main content in a 'center' region and the banner at the 'top'?

link|flag
Isn't that what i did in one of the samples? – NealWalters Sep 15 at 18:11
1  
Not really sure... it's hard to follow. I see a div under your border container without any region. All children of BC need to have a region. Is wphead supposed to be your region='top'? – peller Sep 16 at 4:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.