Controller module for loading sidebar widgets
- Copyright:
- Nova Scotia Community College 2017
- Source:
Classes
Mixins
Methods
(private, inner) _init()
Tells the grid container to start and begins adding widgets to the dom.
- Source:
(inner) addSidebarWidgets()
Adds the widgets to the side bar.
- Source:
(inner) createGridContainer()
Constructs the grid container and inserts content panes.
- Source:
- To Do:
-
- create content panes dynamically based on an array or object of widgets.
(inner) postCreate()
Calls createGridContainer after widget constructor finishes and before startup is called.
- Source:
(inner) resize()
NOT IMPLEMENTED
- Source:
- To Do:
-
- resize grid container externally
(inner) startup()
Starts the widget after it has been constructed
- Source: