白皮书下载
Input Dialog
1、 Function description
The input dialog box pops up. The user needs to input information and confirm submission, and return the contents entered in the dialog box.
2、 Attribute description
● output to variable:Output the contents read by the component running to the variable.
●Dialog title:The title of the pop-up input dialog box.
● Content Description:The text box description information in the pop-up input dialog box.
● message content:The default value of the text box in the pop-up input dialog box.
3、 Use example
● The execution logic of this process:
After adding the input dialog box component to the visual editing area, set the & ldquo; attribute on the right; Dialog title & rdquo; And & ldquo; Content description & rdquo; And & ldquo; Message content & rdquo; And assigned to output to strret variable output. After running the component successfully, the input dialog box will pop up. After clicking OK, the variable will receive the return value, and the log output can be used to check the contents.




