Class blade.config.Page
Object
|
+--blade.config.Page
- class
blade.config.Page
Holds global information about a web page. Typically, one instance (named page)
is instantiated per page.
Defined in common.js
Method Summary |
function
|
generateId()
Generates a unique ID for dynamically created page elements.
|
function
|
load()
Loops through the onLoad array and executes registered functions.
|
blade.config.Page
function blade.config.Page()
generateId
function generateId()
Generates a unique ID for dynamically created page elements.
load
function load()
Loops through the onLoad array and executes registered functions.