-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBehaviorEvents.html
More file actions
242 lines (158 loc) · 9.73 KB
/
BehaviorEvents.html
File metadata and controls
242 lines (158 loc) · 9.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright" content="(C) Copyright 2025" />
<meta name="DC.rights.owner" content="(C) Copyright 2025" />
<meta name="generator" content="DITA-OT" /><meta name="DC.type" content="topic" />
<meta name="DC.title" content="BehaviorEvents" />
<meta name="DC.format" content="XHTML" />
<meta name="DC.identifier" content="d1e84625" />
<link rel="stylesheet" type="text/css" href="commonltr.css" />
<title>BehaviorEvents</title>
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<script type="text/javascript" src="scripts/main.js"></script>
</head>
<body id="d1e84625">
<h1 class="title topictitle1" id="ariaid-title1">
<span class="keyword">BehaviorEvents</span>
</h1>
<div class="body">
<p class="p description">Behavior trigger event options.</p>
<p class="p quicklinks">
</p>
<div class="section" id="d1e84625__iProps"><h2 class="title sectiontitle">Values</h2>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" class="table" frame="border" border="1" rules="all"><colgroup><col style="width:30.000000000000004%" /><col style="width:60.00000000000001%" /><col style="width:10.000000000000002%" /></colgroup><thead class="thead" style="text-align:left;">
<tr class="row">
<th class="entry cellrowborder" style="vertical-align:top;" id="d2168497e46">
<p class="p">Name</p>
</th>
<th class="entry cellrowborder" style="vertical-align:top;" id="d2168497e52">
<p class="p">Description</p>
</th>
<th class="entry cellrowborder" style="vertical-align:top;" id="d2168497e58">
<p class="p">Value</p>
</th>
</tr>
</thead>
<tbody class="tbody">
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e46 ">
<p class="p clip_button">BehaviorEvents.MOUSE_DOWN</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e52 ">
<p class="p description">Triggers the behavior when the mouse button is clicked (without being released). </p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e58 ">
<p class="p">1835296118</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e46 ">
<p class="p clip_button">BehaviorEvents.MOUSE_ENTER</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e52 ">
<p class="p description">Triggers the behavior when the mouse pointer enters the area defined by the bounding box of the object.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e58 ">
<p class="p">1835361654</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e46 ">
<p class="p clip_button">BehaviorEvents.MOUSE_EXIT</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e52 ">
<p class="p description">Triggers the behavior when the mouse pointer exits the area defined by the bounding box of the object.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e58 ">
<p class="p">1836606838</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e46 ">
<p class="p clip_button">BehaviorEvents.MOUSE_UP</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e52 ">
<p class="p description">Triggers the behavior when the mouse is released after a click.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e58 ">
<p class="p">1836410230</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e46 ">
<p class="p clip_button">BehaviorEvents.ON_BLUR</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e52 ">
<p class="p description">Triggers the behavior when the focus moves to a different interactive object.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e58 ">
<p class="p">1868719478</p>
</td>
</tr>
<tr class="row">
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e46 ">
<p class="p clip_button">BehaviorEvents.ON_FOCUS</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e52 ">
<p class="p description">Triggers the behavior when the object receives focus, either through a mouse action or by pressing the Tab key.</p>
</td>
<td class="entry cellrowborder" style="vertical-align:top;" headers="d2168497e58 ">
<p class="p">1868981622</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="section"><h2 class="title sectiontitle">Object of</h2>
<p class="p noMargin">
<a class="xref" href="Behavior.html#d1e151284">Behavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoFirstPageBehavior.html#d1e151944">GotoFirstPageBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoLastPageBehavior.html#d1e152642">GotoLastPageBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoNextPageBehavior.html#d1e153339">GotoNextPageBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoPreviousPageBehavior.html#d1e154036">GotoPreviousPageBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoNextViewBehavior.html#d1e154734">GotoNextViewBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoPreviousViewBehavior.html#d1e155431">GotoPreviousViewBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoURLBehavior.html#d1e156128">GotoURLBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="MovieBehavior.html#d1e156826">MovieBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="ShowHideFieldsBehavior.html#d1e157543">ShowHideFieldsBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="AnimationBehavior.html#d1e158354">AnimationBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="OpenFileBehavior.html#d1e159041">OpenFileBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoNextStateBehavior.html#d1e159743">GotoNextStateBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoPreviousStateBehavior.html#d1e160419">GotoPreviousStateBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoStateBehavior.html#d1e161096">GotoStateBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="ViewZoomBehavior.html#d1e161782">ViewZoomBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="SoundBehavior.html#d1e162479">SoundBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoAnchorBehavior.html#d1e163187">GotoAnchorBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="GotoPageBehavior.html#d1e163934">GotoPageBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="ClearFormBehavior.html#d1e164610">ClearFormBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="PrintFormBehavior.html#d1e165297">PrintFormBehavior</a>.behaviorEvent</p>
<p class="p noMargin">
<a class="xref" href="SubmitFormBehavior.html#d1e165983">SubmitFormBehavior</a>.behaviorEvent</p>
</div>
</div>
</body>
</html>