User Tools

Site Tools


en:actions:actiondatainput

Differences

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


Previous revision
en:actions:actiondatainput [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Data input ======
  
 +This action prompts the user to enter some data using a dialog box and to store the result in a variable.
 +
 +===== Standard parameters =====
 +==== Input parameters ====
 +== Question ==
 +The question asked to the user.
 +== Data type ==
 +The data type.
 +== Default value ==
 +The default value shown in the dialog box.
 +
 +==== Output parameters ====
 +== Variable ==
 +The variable where to store the data entered by the user.
 +
 +===== Advanced parameters =====
 +==== Input parameters ====
 +== Window title ==
 +The window title. [//Added in Actionaz 3.3.0.//]
 +== Window icon ==
 +The window icon to use. This is the path to the image that will replace the window icon.
 +
 +===== Exceptions =====
 +
 +  * [[en:actions:exceptions#Bad parameter|Bad parameter]]
 +  * [[en:actions:exceptions#Code error|Code error]]
 +  * [[en:actions:exceptions#Timeout|Timeout]]