Stack objects can be accessed as an array of Pages, indexed either by integer (e.g. Stack[0]) or by Page name (e.g. Stack["Username"]).
For an example of how to use the Stack object, see Actions.Window.
| Properties Summary | |
String |
title
The text shown in the window's title bar. |
| Function Summary | |
function
|
addPage( <String> pageName )
Creates a Page named "pageName" and adds it to the stack's collection of pages. |
function
|
hide()
Hides the currently displayed Page. |
function
|
removePage( <String> pageName )
Removes the specified Page from the stack's collection of pages. |
function
|
show( <String> pageName )
Shows the specified Page. |
| Properties Detail |
title
String title
-
The text shown in the window's title bar.
| Function Detail |
addPage
function addPage( <String> pageName )
- Creates a Page named "pageName" and adds it to the stack's collection of pages.
-
Parameters:
pageName - name of the Page you want to create.
hide
function hide()
- Hides the currently displayed Page.
removePage
function removePage( <String> pageName )
- Removes the specified Page from the stack's collection of pages.
-
Parameters:
pageName - name of the Page you want to remove
show
function show( <String> pageName )
- Shows the specified Page.
-
Parameters:
pageName - name of the Page to display
|
Klipfolio Dashboard 5 API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
© 2009 Klipfolio Inc. All Rights Reserved.