Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| a_f:a:exec_script [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1 | a_f:a:exec_script [2025/06/12 03:59] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ====== EXEC_SCRIPT ====== | ||
| + | |||
| + | This action runs the specified Javascript inside the browser of the current user that started the process with this action. | ||
| + | |||
| + | ===== Syntax ===== | ||
| + | |||
| + | '' | ||
| + | |||
| + | where ArithmeticExpression is either a string or an attribute containing a string with a script. | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | <code aim> | ||
| + | |||
| + | // | ||
| + | |||
| + | Some more example of the script execution. The following one will select the second tab in a visual perspective: | ||
| + | |||
| + | <code aim> | ||
| + | |||
| + | The following script select a tab in a visual perspective with id “User”: | ||
| + | |||
| + | <code aim> | ||
| + | |||
| + | Please see the [[docs: | ||
| + | |||
| + | |||