Child pages
  • CURSOR

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\ 

{table:id=|class=servoy sSummary}{colgroup}{column:width=80px|padding=0px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Constants Summary{th}{tr}{tbody}{tr}{td}[Number]{td}{td}[#DEFAULT_CURSOR]
Constant used for setting the roll over cursor for components.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#HAND_CURSOR]
Constant used for setting the roll over cursor for components.{td}{tr}{tbody}{table}\\ 

{table:id=constant|class=servoy sDetail}{colgroup}{column:width=100%|padding=0px}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Constants Details{th}{tr}{tbody:id=DEFAULT_CURSOR|class=node}{tr:id=name}{td}h6.DEFAULT_CURSOR{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:DEFAULT_CURSOR_des|trigger=button|text=}{sub-section}{sub-section:DEFAULT_CURSOR_des|trigger=none|class=sIndent}ConstantReplace 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).with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:DEFAULT_CURSOR_snc|trigger=button|text=}{sub-section}{sub-section:DEFAULT_CURSOR_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:DEFAULT_CURSOR_prs|trigger=button|text=}{sub-section}{sub-section:DEFAULT_CURSOR_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:DEFAULT_CURSOR_ret|trigger=button|text=}{sub-section}{sub-section:DEFAULT_CURSOR_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:DEFAULT_CURSOR_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DEFAULT_CURSOR_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:DEFAULT_CURSOR_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DEFAULT_CURSOR_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:DEFAULT_CURSOR_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:DEFAULT_CURSOR_sam|trigger=none}{code:language=javascript}
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.DEFAULT_CURSOR;
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=HAND_CURSOR|class=node}{tr:id=name}{td}h6.HAND_CURSOR{td}{tr}{builder-show:permission=edit}{tr:id=des}{td}{sub-section:HAND_CURSOR_des|trigger=button|text=}{sub-section}{sub-section:HAND_CURSOR_des|trigger=none|class=sIndent}ConstantReplace used for setting the roll over cursor for components.
Use this for setting the roll over cursor to a hand.with description{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=snc}{td}*Since*\\{sub-section:HAND_CURSOR_snc|trigger=button|text=}{sub-section}{sub-section:HAND_CURSOR_snc|trigger=none|class=sIndent} Replace with version info{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:HAND_CURSOR_prs|trigger=button|text=}{sub-section}{sub-section:HAND_CURSOR_prs|trigger=none|class=sIndent}{sub-section}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:HAND_CURSOR_ret|trigger=button|text=}{sub-section}{sub-section:HAND_CURSOR_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:HAND_CURSOR_see|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:HAND_CURSOR_see|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:HAND_CURSOR_link|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:HAND_CURSOR_link|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:HAND_CURSOR_sam|trigger=button|text=}{sub-section}{div:class=sIndent}{sub-section:HAND_CURSOR_sam|trigger=none}{code:language=javascript}
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.HAND_CURSOR;
{code}{sub-section}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}