Klipfolio Dashboard 5 API

Object Stack

Object
   |
   +--Stack

A Stack object is a collection of Pages that form a logical process (e.g. logging in, adding a feed). A collection of Stacks make up an Actions.Window.

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

Function Detail

addPage

function addPage( <String> pageName )

hide

function hide()

removePage

function removePage( <String> pageName )

show

function show( <String> pageName )

Klipfolio Dashboard 5 API

© 2009 Klipfolio Inc. All Rights Reserved.