jQuery.wijmo Namespace : wijwizard type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijwizard(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijwizard
Name | Description | |
---|---|---|
![]() | wijwizard Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | abort | The abort method terminates all running panel ajax requests and animations. |
![]() | add | The add method adds a new panel. |
![]() | back | The back method moves to the previous panel. |
![]() | count | The count method retrieves the number panels. |
![]() | destroy | Removes the wijwizard functionality completely. This returns the element back to its pre-init state. |
![]() | disable | |
![]() | enable | |
![]() | load | The load method reload the content of an Ajax panel programmatically. |
![]() | next | The next method moves to the next panel. |
![]() | option | |
![]() | play | The play method begins displaying the panels in order automatically. |
![]() | remove | The remove method removes a panel. |
![]() | show | The show method selects an active panel and displays the panel at a specified position. |
![]() | stop | The stop method stops displaying the panels in order automatically. |
![]() | url | The url method changes the url from which an Ajax (remote) panel will be loaded. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |