Mit dem Widget 'DojoBorderContainer' wird ein Container erstellt, der in bis zu fünf Bereiche unterteilt ist: links, rechts, oben, unten und Mitte.
BorderContainer DojoBorderContainer{ layoutData = new GridLayoutData{ row = 2, column = 2 },
width = 600, height = 400, borders = false,
children = [
new DojoContentPane { region = DojoLib.REGION_CENTER, children = [ Button, TextArea, TextField ] },
new DojoContentPane { region = DojoLib.REGION_LEFT, children = [
]},
TextField, new DojoContentPane { region = DojoLib.REGION_RIGHT, children = [
] },
new DojoContentPane { region = DojoLib.REGION_TOP, children = [
]},
new DojoContentPane { region = DojoLib.REGION_BOTTOM, children = [
]}
]
};