User Tools

Site Tools


en:actions:actioncode

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actioncode [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Code ======
  
 +This action executes Javascript (Ecmascript) code. When possible, prefer using an action instead of writing code because it is much more readable. For more information about the Actionaz code system please read the [[en::code|code]] section of this wiki.
 +
 +===== Standard parameters =====
 +==== Input parameters ====
 +== Code ==
 +The code to evaluate. 
 +
 +//Note//: Remember that you can open a multiline text editor by clicking on the icon right of the code field.
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#timeout|Timeout]]