Titlebar Module
Defined in:
Module: Player
frametrail/player/modules/Titlebar/module.js:6
I am the Titlebar. I provide a place for a title text, and for two buttons (opening the Sidebar and – YET TO IMPLEMENT – the social sharing widgets).
Item Index
Methods
changeUserLogin
(
-
loggedIn
I react to a change in the global state "loggedIn"
Parameters:
-
loggedIn
Boolean
toggleEditMode
(
-
editMode
-
oldEditMode
I react to a change in the global state "editMode"
toggleSidebarOpen
(
-
opened
I make changes to my CSS, when the global state "sidebarOpen" changes.
Parameters:
-
opened
Boolean
toogleUnsavedChanges
(
-
aBoolean
I make changes to my CSS, when the global state "unsavedChanges" changes.
Parameters:
-
aBoolean
Boolean