UserInput/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „== Description ==“)
(Založena nová stránka s textem „Text entered by the user.“)
 
(Není zobrazeno 16 mezilehlých verzí od 2 dalších uživatelů.)
Řádek 7: Řádek 7:
 
'''Alias: UI'''
 
'''Alias: UI'''
  
'''Vyžádá uživatelský vstup.'''
+
'''Prompts for user input.'''
  
Zobrazí dialogové okno s titulkem [[Special:MyLanguage/#caption-| Caption]] pro manuální vložení hodnoty s popiskem [[Special:MyLanguage/#label-| Label]]. Uživatelský vstup je uložen do parametru [[Special:MyLanguage/#text-| Text]]. V případě stornování příkaz skončí chybou.
+
Displays a dialog box with the caption [[#caption-| Caption]] to manually insert a value with a label [[#label-| Label]]. User input is stored in a parameter [[#text-| Text]]. In case of cancellation, the command ends with an error.
  
== Vstupní parametry ==
+
== Input parameters ==
  
 
<span id="caption-"></span>
 
<span id="caption-"></span>
 
=== Caption ===
 
=== Caption ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Titulek dialogového okna.
+
The title of the dialog box.
  
 
<span id="label-"></span>
 
<span id="label-"></span>
 
=== Label ===
 
=== Label ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Popisek požadované hodnoty.
+
User prompt label.
  
 
=== Enabled ===
 
=== Enabled ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
Type [[Special:MyLanguage/Datové typy#Number | Number]]
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
<span id="text-"></span>
 
<span id="text-"></span>
 
=== Text ===
 
=== Text ===
  
Typ [[Special:MyLanguage/Datové typy#String | String]]
+
Type [[Special:MyLanguage/Datové typy#String | String]]
  
Text vložený uživatelem.
+
Text entered by the user.

Aktuální verze z 2. 11. 2023, 08:43

Jiné jazyky:
English • ‎čeština

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.