JavaScript Bubbling Library - YUI Extension

wizard  2.2

Bubbling > wizard > YAHOO.plugin.WizardManager
Search:
 
Filters

static Class YAHOO.plugin.WizardManager

The Wizard Manager Plugin

Methods

add

add ( id , userConfig )
add a new area to the list
Parameters:
id <string> Unique Id for the area
userConfig <object> Literal object with the configuration for the new area

adopt

adopt ( id , userConfig )
adopt an area with the content inside and add to the list
Parameters:
id <string> Unique Id for the area
userConfig <object> Literal object with the configuration for the new area

delegate

delegate ( tab , tabview , config )
delegate the set content method...
Parameters:
tab <object> reference to the tab...
tabview <object> reference to the tabview (optional)...
config <object> Literal object with the user configuration vars

finisher

finisher ( )
mark the current wizard as finished

getStatus

getStatus ( id )
get the current status of the wizard
Parameters:
id <string> Unique Id for the area

getValues

getValues ( id )
get the values for the current wizard
Parameters:
id <string> Unique Id for the area

init

init ( id , userConfig )
configure the area properties
Parameters:
id <string>
userConfig <object>

jump

jump ( id , uri )
use the jump method to manually jump to new uri
Parameters:
id <string> area Id
uri <string> url for the next step

reload

reload ( id , uri )
Reload an area...
Parameters:
id <string> Unique Id for the area
uri <string> url for the next step

remove

remove ( id )
Remove an area from the stock...
Parameters:
id <string> Unique Id for the area

setValues

setValues ( id , enc )
set the values for the current wizard
Parameters:
id <string> Unique Id for the area
enc <string> json encoded string

valuer

valuer ( values )
add more values for the current area
Parameters:
values <string|object> json encoded string or a literal object


Copyright © 2009 Bubbling Library. All rights reserved.