Outils pour utilisateurs

Outils du site


fr:code:windows:inputdialog

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
fr:code:windows:inputdialog [2012/04/26 16:00] wismerhealfr:code:windows:inputdialog [2021/02/13 11:23] (Version actuelle) – modification externe 127.0.0.1
Ligne 372: Ligne 372:
  
 === Arguments === === Arguments ===
-  - itemsEditable - (boolean) la liste des élément doit-elle être éditable+  - itemsEditable - (boolean) la liste des éléments doit-elle être éditable
  
 === Renvoi === === Renvoi ===
Ligne 390: Ligne 390:
 ==== show ==== ==== show ====
 Affiche la fenêtre. (non-bloquant) Affiche la fenêtre. (non-bloquant)
-Utilise l'évènement [[#onclosed|OnClosed]] pour savoir quand al fenêtre a été fermé.+Utilise l'évènement [[#onclosed|OnClosed]] pour savoir quand la fenêtre a été fermé.
  
 === Syntaxe === === Syntaxe ===
Ligne 436: Ligne 436:
  
 ==== onValueChanged ==== ==== onValueChanged ====
-Called when the value changes.+Appelé quand la valeur change
  
-=== Syntax ===+=== Syntaxe ===
 <code javascript> <code javascript>
 myObject.onValueChanged = function(value) {}; myObject.onValueChanged = function(value) {};
Ligne 454: Ligne 454:
 </code> </code>
  
-===== Attributes =====+===== Attributs =====
  
 ==== title ==== ==== title ====
-The window's title. (string)+Le titre de la fenêtre. (string)
  
 ==== position ==== ==== position ====
-The window'position. ([[en:code:core:point|Point]])+La position de la fenêtre. ([[en:code:core:point|Point]])
  
 ==== opacity ==== ==== opacity ====
-The window's opacity. (float)+L'opacité de la fenêtre. (float)
  
 ==== enabled ==== ==== enabled ====
-The window's enabled status. (boolean)+Le statut d’activité de la fenêtre. (boolean)
  
 ==== visible ==== ==== visible ====
-The window's visible status. (boolean)+Le statut de visibilité de la fenêtre. (boolean)
  
 ==== value ==== ==== value ====
-The window's value. (mixed)+La valeur de la fenêtre. (mixed)
  
 ===== Enumerations ===== ===== Enumerations =====
  
 ==== InputType ==== ==== InputType ====
-The input type.+LE type d'entrée.
  
-=== Values === +=== Valeurs === 
-  Text: text +  Text: texte 
-  Integer: an integer +  Integer: un entier 
-  Float: a floating number (decimal+  Float: un nombre flottant (à décimale
-  Items: a list of items+  Items: une liste déléments
  
 ==== TextEchoMode ==== ==== TextEchoMode ====
-The text echo mode.+Le mode "text echo".
  
-=== Values === +=== Valeurs === 
-  Normal: normal text display +  Normal: affichage normal de texte 
-  NoEcho: do not show the text +  NoEcho: n'affiche pas de texte 
-  Password: show password characters instead of the typed characters +  Password: affiche des caractères de mot de passe à la place des caractères entrés. 
-  PasswordEchoOnEdit: show password characters instead of the typed characters only when editing+  PasswordEchoOnEdit: affiche des caractères de mot de passe à la place des caractères entrés seulement en édition.
fr/code/windows/inputdialog.1335456034.txt.gz · Dernière modification : 2021/02/13 11:23 (modification externe)