-
Notifications
You must be signed in to change notification settings - Fork 288
Navigation
Daryl Hedley edited this page May 9, 2014
·
3 revisions
The Navigation module allows the user to access global features like the ability to logout, access user information and the Global Menu module.
The Navigation module works by passing off events and has no logic behind it. Below are the events the navigation view triggers:
navigation:globalMenu:toggle
- Opens the Global Menu.
navigation:profile:toggle
- Opens a profile overview dialog.
navigation:user:logout
- Logs the current user out of the authoring tool.