Skip to content
MikhailTymchukDX edited this page Aug 25, 2016 · 3 revisions

Demo Page

An extender used to play animations when a control's events fire.

Properties

Name Description
OnClick OnClick animation
OnHoverOut OnHoverOut animation
OnHoverOver OnHoverOver animation
OnLoad OnLoad animation
OnMouseOut OnMouseOut animation
OnMouseOver OnMouseOver animation

Client properties

Name Description
onClick Generic OnClick Animation's JSON definition
onClickBehavior Generic OnClick Animation's behavior
onHoverOut Generic OnHoverOut Animation's JSON definition
onHoverOutBehavior Generic OnHoverOut Animation's behavior
onHoverOver Generic OnHoverOver Animation's JSON definition
onHoverOverBehavior Generic OnHoverOver Animation's behavior
onLoad Generic OnLoad Animation's JSON definition. Setting the OnLoad property will cause it to be played immediately
onLoadBehavior Generic OnLoad Animation's behavior
onMouseOut Generic OnMouseOut Animation's JSON definition
onMouseOutBehavior Generic OnMouseOut Animation's behavior
onMouseOver Generic OnMouseOver Animation's JSON definition
onMouseOverBehavior Generic OnMouseOver Animation's behavior

Client methods

Name Description
playOnClick() Plays animation.
playOnMouseOut() Plays OnMouseOver/OnHoverOver animations
playOnMouseOver() Plays OnMouseOver/OnHoverOver animations

Client properties

onLoad

Generic OnLoad Animation's JSON definition. Setting the OnLoad property will cause it to be played immediately

Getter name: get_onLoad()
Setter name: set_onLoad(value)

onClick

Generic OnClick Animation's JSON definition

Getter name: get_onClick()
Setter name: set_onClick(value)

onMouseOver

Generic OnMouseOver Animation's JSON definition

Getter name: get_onMouseOver()
Setter name: set_onMouseOver(value)

onMouseOut

Generic OnMouseOut Animation's JSON definition

Getter name: get_onMouseOut()
Setter name: set_onMouseOut(value)

onHoverOver

Generic OnHoverOver Animation's JSON definition

Getter name: get_onHoverOver()
Setter name: set_onHoverOver(value)

onHoverOut

Generic OnHoverOut Animation's JSON definition

Getter name: get_onHoverOut()
Setter name: set_onHoverOut(value)

onLoadBehavior

Generic OnLoad Animation's behavior

Getter name: get_onLoadBehavior()

onClickBehavior

Generic OnClick Animation's behavior

Getter name: get_onClickBehavior()

onMouseOverBehavior

Generic OnMouseOver Animation's behavior

Getter name: get_onMouseOverBehavior()

onMouseOutBehavior

Generic OnMouseOut Animation's behavior

Getter name: get_onMouseOutBehavior()

onHoverOverBehavior

Generic OnHoverOver Animation's behavior

Getter name: get_onHoverOverBehavior()

onHoverOutBehavior

Generic OnHoverOut Animation's behavior

Getter name: get_onHoverOutBehavior()

Client methods

playOnClick()

Plays animation.

playOnMouseOver()

Plays OnMouseOver/OnHoverOver animations

playOnMouseOut()

Plays OnMouseOver/OnHoverOver animations

Clone this wiki locally