DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.

Enter additional information related to this 'class' inside the {div} macro with 'id=description'


Constants Summary
Number
DEFAULT_CURSOR
Constant used for setting the roll over cursor for components.
Number
HAND_CURSOR
Constant used for setting the roll over cursor for components.

Constants Details
DEFAULT_CURSOR
Constant used for setting the roll over cursor for components.
Use this for setting the roll over cursor to the default (dependent
on the OS and the L&F).
Returns
Number
Sample
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.DEFAULT_CURSOR;

HAND_CURSOR
Constant used for setting the roll over cursor for components.
Use this for setting the roll over cursor to a hand.
Returns
Number
Sample
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.HAND_CURSOR;