13.2.2 Creating and Editing Dynamic Actions
Create and edit dynamic actions in Page Designer.
- Creating a Dynamic Action
Creating a dynamic action involves specifying when the action happens (with optional conditions), what action or actions are performed, and what elements are affected by the action. - Editing Dynamic Actions
Once you create a dynamic action, you can modify attributes defined during the creation process, specify attributes not available during the process (such as specifying an Authorization Scheme) and add additional true actions. - Defining Dynamic Action Event Scope
After creating the dynamic action, the scope of the action can be modified to trigger only once, for the lifetime of the current page, or until triggering elements are updated by a Partial Page Refresh (PPR). - About Calling JavaScript Using a Dynamic Action
You can execute JavaScript code by creating a dynamic action.
Parent topic: Managing Dynamic Actions
13.2.2.1 Creating a Dynamic Action
Creating a dynamic action involves specifying when the action happens (with optional conditions), what action or actions are performed, and what elements are affected by the action.
Tip:
To learn more about any Property Editor attribute, select the attribute and click the Help tab in the central pane.To create a dynamic action:
Related Topics
Parent topic: Creating and Editing Dynamic Actions
13.2.2.2 Editing Dynamic Actions
Once you create a dynamic action, you can modify attributes defined during the creation process, specify attributes not available during the process (such as specifying an Authorization Scheme) and add additional true actions.
Note:
For details about available Dynamic Action attributes and Action attributes, see Creating a Dynamic Action.To edit a dynamic action:
See Also:
Understanding Dynamic ActionsParent topic: Creating and Editing Dynamic Actions
13.2.2.3 Defining Dynamic Action Event Scope
After creating the dynamic action, the scope of the action can be modified to trigger only once, for the lifetime of the current page, or until triggering elements are updated by a Partial Page Refresh (PPR).
To specify event scope:
Parent topic: Creating and Editing Dynamic Actions
13.2.2.4 About Calling JavaScript Using a Dynamic Action
You can execute JavaScript code by creating a dynamic action.
You can also execute JavaScript code by creating a dynamic action with an Action of type Execute and Set Value. You can also use JavaScript code for the condition of a dynamic action by setting the Client-side Condition type to JavaScript Expression.
See Also:
About Supported ActionsParent topic: Creating and Editing Dynamic Actions