Klipfolio Dashboard API

Object Actions.Button

Object
   |
   +--Klip
         |
         +--Actions.Button

The Actions.Button object provides an API to display a button in the Klip when there are no items visible.

Instead of special "click here to configure" items, use an Action Button in conjunction with Actions.Window to create a Klip with a button that opens a window for further input by a user, such as for configuring the Klip according to the user's preferences .


Properties Summary
 String text
          The label on the button.
   
Function Summary
 function hide()
           Hides the currently displayed button.
 function onClick()
           Specifies a Handler Function to call in your JavaScript when the user clicks the button.
 function show( <String> text )
           Displays a button with the desired string.

Properties Detail

text

String text

Function Detail

hide

function hide()

onClick

function onClick()

show

function show( <String> text )

Klipfolio Dashboard API

© 2011 Klipfolio Inc. All Rights Reserved.