Class bbq.page.Page

Defined in: Page.js.

Base class for creating per-page classes.

Class Summary
Constructor Attributes Constructor Name and Description
 
Base class for creating per-page classes.
Method Summary
Method Attributes Method Name and Description
 
Greys out the page and shows the passed element in the middle.
 
Fades out the layers added by bbq.page.Page#addModalLayer

Constructor Detail

bbq.page.Page(args)

Parameters:
Name Type Comment
args {Object}

Method Detail

addModalLayer()

Greys out the page and shows the passed element in the middle. The passed element should extend bbq.gui.GUIWidget
Parameters:
Name Type Comment
bbq.gui.GUIWidget} guiWidget

clearModalLayer()

Fades out the layers added by bbq.page.Page#addModalLayer
See:
bbq.page.Page#addModalLayer