|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.eff.Actions
public class Actions
A collection of actions that can be used with Widget.setAction(_global_.String).
The signature of an action must be as follows:
function (
DOMElement n, Map opts) {}
Furthermore, the method will be called as a widget's method, i.e.,
this references to the widget.
| Method Summary | |
|---|---|
static void |
slideDown(DOMElement n,
Map opts)
Slides down to display this widget. |
static void |
slideIn(DOMElement n,
Map opts)
Slides in to display this widget. |
static void |
slideOut(DOMElement n,
Map opts)
Slides out to hide this widget. |
static void |
slideUp(DOMElement n,
Map opts)
Slides up to hide this widget. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void slideDown(DOMElement n,
Map opts)
n - the node to displayopts - the options. Allowed options:
duration: how many milliseconds to slide down
public static void slideUp(DOMElement n,
Map opts)
n - the node to hideopts - the options. Allowed options:
duration: how many milliseconds to slide up
public static void slideIn(DOMElement n,
Map opts)
n - the node to displayopts - the options. Allowed options:
duration: how many milliseconds to slide in
public static void slideOut(DOMElement n,
Map opts)
n - the node to hideopts - the options. Allowed options:
duration: how many milliseconds to slide out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||