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
-
The label on the button.
| Function Detail |
hide
function hide()
- Hides the currently displayed button.
onClick
function onClick()
- Specifies a Handler Function to call
in your JavaScript when the user clicks the button.
Example:
The following onLoad() function displays a 'Click to see trace' button that calls showTrace() when the user clicks it.
show
function show( <String> text )
- Displays a button with the desired string.
-
Parameters:
text - the text of the button currently being displayed
|
Klipfolio Dashboard API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
© 2011 Klipfolio Inc. All Rights Reserved.

