Login Register

border

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.

Dropdown MenuItem border will not display

I can't get a border to show around a dijitMenuItem. I thought adding the following to the class ".tundra .dijitMenuItem" should work, am I mistaken?

BORDER: #386190 1px solid;

Create BorderContainer programmatically

Hi,
I try create BorderContainer programmatically with this way:

document.body.appendChild(node); // necessary for tab contianer ???
node.style.cssText = "border: 2px solid black; width: 90%; height: 300px; padding: 10px;";
var bc = new dijit.layout.BorderContainer({design: "sidebar"},node);

var node = document.createElement("div");
document.body.appendChild(node);
node.style.cssText = "background-color: #b39b86; height: 100px;";
var widget = new dijit.layout.ContentPane({region: "top", splitter: "true"},node);
bc.addChild(widget);

Display border with empty cell data (" ")

Hello All,

I am currently running into a small issue that I can't seem to be able to find a solution for. I have a working grid and for some of the fields the data I want is a space " ". ..., "field_name":" ",... I get the space with no data or ?'s however there is no border around these cells.

So any ideas on how or what needs to be changed to accomplish an empty cell with a border (like a new excel spreadsheet w/no data yet)? I have looked at the tundraGrid.css and Grid.css but have not been successful.

Thank you in advance,

Alexander Block

Syndicate content