Description: This is an implementation of the ThemeManager gui object for use in oscar.
oscar. | Description: This is an implementation of the ThemeManager gui object for use in oscar. |
Functions | |
setGuiContainer | Sets the container for the manager. |
draw | Draws the theme manager view to the div |
deactivateAllThemes Cycle through the view | controls and deactivate any active themes. |
getToggleButton Returns a div button to toggle | the appearance of the Theme Gui Controller |
onToggleClick | This method is called when the button is clicked |
toggleGui | This method is called when the open/close button is clicked. |
Sets the container for the manager.
setGuiContainer : function( div )
Draws the theme manager view to the div
draw : function()
This method is called when the button is clicked
onToggleClick : function( e )
This method is called when the open/close button is clicked.
toggleGui : function()