Fields of the Sys.UI.DomEvent Class
Parameter Name Description
altKey A boolean value indicating whether or not the event associated with the
Alt key occurred
button Returns a Sys.UI.MouseButton enumeration value indicating the actual
button of the mouse that was clicked
charCode Returns the character code of the key that initiated the event
clientX Returns the x-coordinate (in pixels) of the mouse pointer when the
event was triggered
clientY Returns the y-coordinate (in pixels) of the mouse pointer when the
event was triggered
ctrlKey A boolean value indicating whether or not the event associated with
the Ctrl key occurred
offsetX Returns the x-coordinate (in pixels)of the mouse relative to the object
that triggered the event
offsetY Returns the y-coordinate (in pixels)of the mouse relative to the object
that triggered the event
screenX Returns the x-coordinate (in pixels)of the mouse relative to the center
of the screen
screenY Returns the y-coordinate (in pixels)of the mouse relative to the center
of the screen
shiftKey A boolean value indicating whether or not the event associated with
the Shift key occurred
target Returns the target object used by the triggered event
type Returns the name of the triggered event
CHAPTER 4 ?– ASP.
Pages:
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141