JavaScript
{dialog.object}buttonClick Method
Syntax
{dialog.object}.buttonClick(buttonId);
Arguments
- buttonId
Id of button to click
Description
Executes the click event for a Button.
Example
{dialog.object}.buttonClick('BUTTON_1'); //Click the button in the 3rd row of a Repeating Section {dialog.object}.buttonClick('BUTTON_1:3');
See Also