Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ref:a_f:a:exec_script [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1 | ref:a_f:a:exec_script [2026/08/13 00:57] (current) – ↷ Links adapted because of a move operation localdev | ||
|---|---|---|---|
| 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 [[: | ||
| + | |||
| + | |||