JavaScript Bubbling Library - YUI Extension

navigation  2.2

Bubbling > navigation > YAHOO.plugin.Navigation
Search:
 
Filters

static Class YAHOO.plugin.Navigation

The Navigation Plugin

Methods

add

add ( state , userConfig )
add a new callback method for a certain state
Parameters:
state <string> unique identifier for an state
userConfig <object> literal object with the configuration for the new state

init

init ( )
configure the history manager package

navigate

navigate ( state , userConfig )
add a new state to the history stack and navigate
Parameters:
state <string> unique identifier for an state
userConfig <object> literal object with the configuration for the new state

restore

void restore ( state )
restore a particular state based on the unique identifier
Parameters:
state <string> unique identifier for an state
Returns: void

setDefaultState

void setDefaultState ( default )
registering a tabview object in the navigation routine
Parameters:
default <function> routine for the default state...
Returns: void

tabView

void tabView ( oTabview )
registering a tabview object in the navigation routine
Parameters:
oTabview <object> Reference to a tabview object
Returns: void


Copyright © 2009 Bubbling Library. All rights reserved.