Skip to content

pinnacle-guild/Dijit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinnacle/Dijit

Repository for files containing layout and settings for widgets and files.

Builder.js

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"
    }
}

Dijit/Layouts

Layouts for pages.

Dijit/Widgets

Instantiation of specific widgets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published