Child pages
  • CURSOR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

Refresh page May 01, 2024 22:27

Supported Clients
SmartClient WebClient NGClient

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

Supported Clients

SmartClient,WebClient,NGClient

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.HAND_CURSOR;

  • No labels