Questions tagged [border-container]
21 questions
4
votes
2 answers
Dgrid Resizing within BorderContainer
I have a dgrid within a BorderContainer with "liveSplitters" enabled (using Dojo 1.8). The dgrid comes up nicely, but when I move the splitter between the left column and the "leading" column (that the dgrid is within), the dgrid does not properly…

Timothy R. Butler
- 1,097
- 7
- 20
3
votes
2 answers
Change splitter position for contentPane in borderContainer?
I have 2 contentPanes inside a BorderContainer using the Dojo Toolkit. Much like the following:

Vern Jensen
- 3,449
- 6
- 42
- 59
2
votes
1 answer
Flex/as3: If I set BorderContainer's BorderWeight, contained Label is shifted...why?
I have a BorderContainer with a Label inside. I need this Label to be centered inside the container. BorderContainer has no layout (I guess it getst the default one, basicLayout...).
My code:
BorderContainer's definition:

Manel
- 147
- 9
2
votes
2 answers
Trying a structure with BorderContainer (dojo)
I want a BorderContainer like the picture, two ContentPane at the top, and one in the bottom, but I'm not able to do it with the regions, so I don't know if there isn't a way to do it with the regions.
Thank you

Juanjo
- 929
- 1
- 15
- 29
2
votes
1 answer
liveSplitters set to false but still show up in BorderContainer
I am a dojo newb so I am probably making a simple error somewhere. I am trying to get a borderContainer set up without liveSplitters but even though I set it to false the splitters are still there. The gutters:false property is reflected properly …

FuegoFingers
- 2,181
- 6
- 27
- 36
1
vote
1 answer
Dijit BorderContainer bottom region height
I have a simple BorderContainer set up with a center and bottom region.

zslayton
- 51,416
- 9
- 35
- 50
1
vote
1 answer
Which event to use to draw a grid inside a Flex UI Component
I am in need to provide a Snap To Grid functionality inside a BorderContainer. All the functionality is done but I am stuck with one issue which is drawing the grid.
Tried using the Creation_Complete event, works fine but as soon as a child is…

Ranhiru Jude Cooray
- 19,542
- 20
- 83
- 128
1
vote
0 answers
Migrating a Dojo 1.3 page to 1.9: custom BorderContainer does not show in TabContainer
I am migrating a very complicated Dojo 1.3 page to Dojo 1.9.3. One aspect that I'm struggling with is the following:

Nzall
- 3,439
- 5
- 29
- 59
1
vote
1 answer
Resize borderContainer onClick titlePane
I would like to resize a dijit borderContainer on the onClick event of a titlePane but the resize function behavior is very strange (Resize() works only after the second click). This is the code I use :

user1390837
- 39
- 2
- 4
1
vote
0 answers
Issue with calling Dojo ContentPane Children inside BorderContainer
I am trying to use a BorderContainer and call a couple of ContentPanes, utilizing their region style, inside. However, I am having issues with that code which looks like this:
function getWindowContent(graphic) {
var bc = new…

jwx
- 137
- 1
- 10
1
vote
2 answers
Dojo BorderContainer Layout
Currently I have a borderContainer layout as shown below:
My code for this layout is:

rockstar
- 1,322
- 1
- 20
- 37
0
votes
1 answer
Setting bordercontainer backgroundimage from inside component
For my flex project I am making, I'm trying to change the background of my website change to the image I have clicked on. The background in my main page I have set like this:

Schoof
- 2,715
- 5
- 29
- 41
0
votes
4 answers
dojo Show/Hide One ContentPane While Another ContentPane Is Liquid
I've been struggling for weeks trying to crack this nut so I'm not sure if it's impossible, or if it's my lack of coding chops... or both. I'm not a programmer and I'm a newbie to Dojo Toolkit.
I have a site using the BorderContainer layout. I'm…

birdahonk
- 1
- 1
0
votes
3 answers
How to draw a circle inside Border Container using graphics object?
My basic requirement is to draw a circle inside a BorderContainer with the layout set to BasicLayout
I run this method in the CREATION_COMPLETE event of the BorderContainer object.
this.graphics.beginFill(0xff0000);
this.graphics.lineStyle(1,…

Ranhiru Jude Cooray
- 19,542
- 20
- 83
- 128
0
votes
2 answers
Border Container not working as expecteed in dojo
I am trying basic example of bordercontainer in dojo and below is the html code for it, but it does not show the required output. Can anyone tell me what I am doing wrong here. This sample code I have taken from dojo tutorial only and also I am not…

Gaurav Parek
- 317
- 6
- 20