List of Events
Page and Master Events List
Mouse
- Page Click or Tap: When the page is clicked or tapped 
- Page Double Click or Double Tap: When the page is double-clicked or double-tapped 
- Page Context Menu (Right Click): When the context menu is triggered on the page, either by right-clicking or another method 
- Page Mouse Move: Fires continuously as the mouse cursor is moved around the page 
Keyboard
- Page Key Down: When a keyboard key is pressed 
- Page Key Up: When a keyboard key is released (after being pressed) 
Page
- Window Resized: When the browser window is resized (also fires when the page first loads, after Page Loaded) 
- Page Loaded: When the page first loads in the web browser 
- Adaptive View Changed: When the current adaptive view changes due to one of the following: - the browser window is resized
- the view is set with the Set Adaptive View action
- a new view is selected in the Adaptive Views dropdown in the prototype player
 
- Window Scrolled Up: When the page is scrolled up 
- Window Scrolled Down: When the page is scrolled down 
- Window Scrolled: When the page is scrolled in any direction 
Widget Events List
All Widgets
Mouse
- Click or Tap: When the widget is clicked or tapped 
- Double Click or Double Tap: When the widget is double-clicked or double-tapped 
- Context Menu (Right Click): When the context menu is triggered on the widget, either by right-clicking or another method 
- Mouse Button Down: When the widget is clicked, while the mouse button is pressed down 
- Mouse Button Up: When the widget is clicked, upon the mouse button being released 
- Mouse Move: Fires continuously as the mouse cursor is moved over the widget 
- Mouse Enter: When the mouse cursor enters the area over the widget 
- Mouse Exit: When the mouse cursor exits the area over the widget 
- Mouse Hover: When the mouse cursor hovers over the widget for one second 
- Long Click: When the mouse button is held down on the widget for one second 
Keyboard
- Key Down: When a keyboard key is pressed while the widget has browser focus 
- Key Up: When a keyboard key is released (after being pressed down) while the widget has browser focus 
Widget
- Moved: When the widget is moved by a Move action 
- Rotated: When the widget is rotated by a Rotate action 
- Resized: When the widget's size is changed by a Set Size action 
- Shown: When the widget is shown by a Show or Toggle Visibility action 
- Hidden: When the widget is hidden by a Hide or Toggle Visibility action 
- Got Focus: When the widget gets browser focus by being clicked or tabbed to, or via a Focus action 
- Lost Focus: When the widget loses browser focus by being clicked or tabbed away from, or via a Focus action 
- Selected: When the widget is set to its selected state with a Set Selected action or when a checkbox or radio button is clicked 
- Unselected: When the widget is set to its unselected state with a Set Selected action or when a checkbox or radio button is clicked 
- Selected or Unselected: When the widget's selected state changes due to a Set Selected action or when a checkbox or radio button is clicked 
- Loaded: When the widget initially loads in the web browser (fires after Page Loaded) 
Droplists and List Boxes Only
Text Fields and Text Areas Only
- Text Changed: When the text on the text field or text area changes, either by a user typing in it or via the Set Text action
Dynamic Panels Only
Gesture
- Swiped Left: When the dynamic panel is swiped from right to left 
- Swiped Right: When the dynamic panel is swiped from left to right 
- Swiped Up: When the dynamic panel is swiped from bottom to top 
- Swiped Down: When the dynamic panel is swiped from top to bottom 
Dynamic Panel
- Panel State Changed: When the dynamic panel's state is changed with the Set Panel State action 
- Drag Started: When you begin to drag the dynamic panel 
- Drag Dropped: When you stop dragging the dynamic panel (fires when the mouse button is released, not when it stops moving) 
- Dragged: Fires continuously while the dynamic panel is being dragged 
- Scrolled Up: When the dynamic panel is scrolled up 
- Scrolled Down: When the dynamic panel is scrolled down 
- Scrolled: When the dynamic panel is scrolled in any direction