Skip to content

AuthNavigation.js

Paul L. Cimino edited this page Nov 15, 2013 · 1 revision

AuthNavigation.js

Sets up the navigation and toolbars for an authenticated user.

Handlers to show/hide admin and Beta buttons.

Handlers

  • onShowAdminOptions: 'showAdminOptions'
  • onHideAdminOptions: 'hideAdminOptions'
  • onUpdateBetaSettings: 'updateBetaSettings'

#../

\enyo-mvc-web-app
      |
      +---index html
      +---mvcApp html
      +---mvcAppDebug html
      +---package json
      +---node-server js
      +---mvcApp html
      +---assets
      +---enyo
      +---lib
      +---node_modules
      +---public
      +---scripts
      |
      \---source
            |
            +---apps
            +---controllers
            |     |
            |     +---auth
            |     \---public
            |
            +---css
            +---ext
            +---models
            |     |
            |     +---ajax
            |     \---socket
            |
            \---views
               |
               +---auth
               |     |
               |     \---body
               |
               \---public
                  |
                  \---body

Purpose

Project Background

Quick Start

Quick Start

Tutorial Walk Through

Add a Contact Page for Authorized users

Project Architecture

Application Architecture

Architectural Decisions

Why is the project structured this way?

Implementation Decisions

Why are some things implemented this way?

Known Issues

Package Layout & Code Inheritance

Home

Home

Clone this wiki locally