- core
- Context
- ElementAllocator
- ElementOutput
- Engine
- Entity
- EventEmitter
- EventHandler
- Group
- Modifier
- OptionsManager
- RenderNode
- Scene
- SpecParser
- Transform
- View
- ViewSequence
- events
- EventArbiter
- EventFilter
- EventMapper
- inputs
- Accumulator
- GenericSync
- MouseSync
- PinchSync
- RotateSync
- ScaleSync
- ScrollSync
- TouchSync
- TouchTracker
- TwoFingerSync
- math
- Matrix
- Quaternion
- Random
- Utilities
- Vector
- modifiers
- Draggable
- Fader
- ModifierChain
- StateModifier
- physics
- PhysicsEngine
- physics/bodies
- Body
- Circle
- Particle
- Rectangle
- physics/constraints
- Surface
- Collision
- Constraint
- Curve
- Distance
- Snap
- Wall
- Walls
- physics/forces
- Drag
- Force
- Repulsion
- RotationalDrag
- RotationalSpring
- Spring
- VectorField
- physics/integrators
- SymplecticEuler
- surfaces
- CanvasSurface
- ContainerSurface
- ImageSurface
- InputSurface
- TextareaSurface
- VideoSurface
- transitions
- CachedMap
- Easing
- MultipleTransition
- SnapTransition
- SpringTransition
- Transitionable
- TransitionableTransform
- TweenTransition
- WallTransition
- utilities
- KeyCodes
- Timer
- Utility
- views
- ContextualView
- Deck
- DrawerLayout
- EdgeSwapper
- FlexibleLayout
- Flipper
- GridLayout
- HeaderFooterLayout
- Lightbox
- RenderController
- ScrollContainer
- Scroller
- Scrollview
- SequentialLayout
- widgets
- NavigationBar
- TabBar
NavigationBar
A view for displaying the title of the current page as well as icons for navigating backwards and opening further options
Overview
Options
size
                  backClasses
                  backContent
                  classes
                  content
                  classes
                  moreContent
                Methods
setContent
                NavigationBar(options)
Constructor Parameters
options
Object
overrides of default options
size
                      Array.number
                      Size of the navigation bar and it's componenets.
                      
                    backClasses
                      Array.string
                      CSS Classes attached to back of Navigation.
                      
                    backContent
                      String
                      Content of the back button.
                      
                    classes
                      Array.string
                      CSS Classes attached to the surfaces.
                      
                    content
                      String
                      Content to pass into title bar.
                      
                    classes
                      Array.string
                      CSS Classes attached to the More surface.
                      
                    moreContent
                      String
                      Content of the more button.
                      
                    Methods
setContent(content)
Set the title of the NavigationBar
Parameters
content
                    Object
                    JSON object containing title information
                    
                  Returns
Undefined