UserInput/en: Porovnání verzí
(Založena nová stránka s textem „Type String“) |
(Založena nová stránka s textem „Text entered by the user.“) |
||
| (Není zobrazeno 9 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 25: | Řádek 25: | ||
Type [[Special:MyLanguage/Datové typy#String | String]] | Type [[Special:MyLanguage/Datové typy#String | String]] | ||
| − | + | User prompt label. | |
=== Enabled === | === Enabled === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#Number | Number]] | |
| − | + | Delay in milliseconds after executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
<span id="text-"></span> | <span id="text-"></span> | ||
=== Text === | === Text === | ||
| − | + | Type [[Special:MyLanguage/Datové typy#String | String]] | |
| − | Text | + | Text entered by the user. |
Aktuální verze z 2. 11. 2023, 08:43
Obsah
Description
Alias: UI
Prompts for user input.
Displays a dialog box with the caption Caption to manually insert a value with a label Label. User input is stored in a parameter Text. In case of cancellation, the command ends with an error.
Input parameters
Caption
Type String
The title of the dialog box.
Label
Type String
User prompt label.
Enabled
Type Number
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Type Number
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Type Number
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
Output parameters
Text
Type String
Text entered by the user.