Login Register

BorderContainer

BorderContainer

I am trying desperately to get the same functionality from a BorderContainer as I had in the LayoutContainer in .4.3. I believe I have made all of the necessary changes, but the center region doesn't fill in the empty space. Also the region attributes don't show up in the html when I look at it in Firebug. Anybody with a different set of eyes looking at this would be greatly appreciated.

Collapse BorderContainer Pane

Is there a good way to collapse a region/pane in the BorderConntainer? I'd like to make the east/west regions resizable and collapsable. So that when the user drags the bar it resizes the pane. But when they click it, it auto resizes to 0 (with the slide effect). Thanks for any help.

BorderContainer Disappearing

This is my first try at Dojo using Zend Framework too. I'm trying to start a new layout with the BorderContainer and use the tundra theme. For some reason when the page loads you briefly see the HTML contents then it disappears. However, when I comment out the theme CSS file it shows up correctly from what I can tell. I've tried to search for this issue with no success. Any ideas? Thanks

borderContainer with 2 contentpane & splitter --> to hide and show one contentpane instead of resize

[EDIT: moved to the appropriate forum.]

I am using a borderContainer with two contentpanes with splitter true. I would like to hide and show one of the contentpane instead of resize.

Any pointers would be of great help.

Raaj

sizing a BorderContainer - height must be absolute value?

[EDIT: fixed the markup issues.]

Hello All,

I'd like to create a BorderContainer that occupies 100% of the page in both the hight and width. However using code like:

<div dojoType="dijit.layout.BorderContainer"
          design="headline" style="height:100%;width:100%;border:solid 3px;">

I find that the height collapsed to nothing unless I put an absolute value in the height, e.g.

<div dojoType="dijit.layout.BorderContainer"
          design="headline" style="height:800px;width:100%;border:solid 3px;">

question re: BorderContainer

[EDIT: moving to the appropriate forum.]

Hello All,

I'm trying to get the BorderContainer to work and it seems that despite what I try, the leading and trailing regions appear above and below the center region rather than beside it. Can someone please show me what I'm doing wrong?

Thanks!

--john

Top Pane content

contentpane with transparent background?

Hello,

I'd like to have a transparent background for my contentpane. I'm trying to accomplish this on this demo:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/layout/te..., the top one.

But just removing the backgroundColor in the style property is not enough and the background only become white. I'd like a see through effect..

It might not be related to the contentpage or the bordercontainer itself but more of a css thing but it's worth asking!

Thanks

BorderContainer inside Dialog doesn't work in Firefox 3.0.1 in standard mode (dojo 1.1.1)

See example:

var djConfig = {
        isDebug:true, parseOnLoad:true
      };

Dojo: BorderContainer in Dialog test

@import "http://o.aolcdn.com/dojo/1.1.1/dojo/resources/dojo.css";
@import "http://o.aolcdn.com/dojo/1.1.1/dijit/themes/tundra/tundra.css";
html, body { width: 100%; height: 100% }

BorderContainer - detecting change

I have set up two side-by-side ContentPanes within a BorderContainer, with a splitter between. I am trying to figure out how to detect when the user moves the splitter.

I've looked in the Book and API documentation, but haven't found what I'm looking for. I realize this is a simple question, but I'm new to Dojo and still learning how to find my way around. Any help or pointers would be appreciated.

Thanks

ETA: I should clarify, that I AM working with the dojo.connect method. However, since the splitter is created by Dojo I'm not sure how best to reference it.

(Solved) Grid Layout using BorderContainer and ItemFileReadStore issue

I posted the same issue while ago, now I am using Dojo 1.1.1. But this problem still exists. Grid layout using BorderContainer works fine if I don't load the data from ItemFileReadStore. However, if I load the data from ItemFileReadStore, the Grid is blank. Any ideas would appreciated.

Thanks a lot.

Solved: It was the stylesheet problem.

Syndicate content