Repository for files containing layout and settings for widgets and files.
The Builder class constructs Dijit layouts from provided blueprints.
A blueprint is a plain object. The following serves as an example:
{
id: "registerAccountCharacterDetailsPane",
type: "BorderContainer",
style: {
height: "300px",
width: "100%"
},
design: "sidebar",
content: {
type: "ContentPane",
style: {
border: "none"
},
region: "center",
content: "registerAccountCharacterDetailForm"
}
}Layouts for pages.
Instantiation of specific widgets.