List of Actions
Links
Open Link: Opens a prototype page or external URL in one of the following locations:
- Current Window: the current browser window
- New Window/Tab: a new browser window or tab
- Popup Window: a popup window
- Parent Window: the parent window of a popup window (this must be used from a page loaded in a popup window)
Close Window: Closes the current browser window or tab
Open Link in Frame: Changes the page loaded in an inline frame widget or the page containing an inline frame
- Inline Frame: and inline frame on the page
- Parent Frame: the page containing an inline frame (this must be used from a page loaded in an inline frame)
Scroll to Widget (Anchor Link): Scrolls the browser window to the location of a widget on the page
Widgets
Show/Hide: Changes the visibility of a widget
Set Panel State: Changes the visible state of a dynamic panel
Set Text: Changes the text on a widget
Tip
The Rich Text option allows you to format the new text however you'd like.
Set Image: Changes the image on an image widget
Set Selected/Checked: Changes a widget's selected/checked state. This changes the widget's visual appearance if it has a Selected style effect
Set Selected List Option: Changes the selected list option of a droplist or list box
Set Error State: Changes a widget’s error state. This changes the widget's visual appearance if it has a Error style effect
Enable/Disable: Enables or disables a widget. A disabled widget cannot be interacted with in the web browser, and its visual appearance changes if it has a Disabled style effect
Move: Moves a widget to a new location on the page
Rotate: Rotates a widget around a chosen anchor point
Set Size: Changes the size of a widget
Bring to Front/Back: Brings a widget to either the frontmost or backmost layer in the depth order (z-index) of the page
Set Opacity: Changes a widget's opacity
Focus: Gives a widget browser focus, moving the text cursor onto text-input widgets and highlighting clickable widgets
Expand/Collapse Tree Node: Expands or collapses the selected nodes of a tree widget
Variables
Set Variable Value: Sets the value of a global variable
Repeaters
Add Sort: Sort a repeater dataset using the specified sort criteria
Remove Sort: Removes sorting from a repeater
Add Filter: Filters a repeater dataset using the specified filter criteria
Remove Filter: Removes filtering from a repeater
Set Current Page: Shows a specific page of a paginated repeater
Set Items per Page: Sets the number of items displayed per page of a paginated repeater
Datasets → Add Rows: Add new rows to a repeater's dataset
Datasets → Mark Rows: Marks the rows in a repeater's dataset that meet specified criteria
Datasets → Unmark Rows: Unmarks the rows in a repeater's dataset that meet specified criteria
Datasets → Update Rows: Updates the existing data in a repeater's dataset
Datasets → Delete Rows: Deletes rows from a repeater's dataset
Miscellaneous
Set Adaptive View: Changes the adaptive view displayed in the web browser
Wait: Adds a pause of the designated amount of time, in milliseconds, before any subsequent actions are executed
Other: Shows a specified text description (as a placeholder for an action that has not been prototyped)
Fire Event: Fires a specified event on a page, component, or widget
Raise Event: "Raises" an event on a widget in a component up to the page level