Jelajahi Sumber

Add a password-mode textbox to the sample browser

Marc Plano-Lesay 12 tahun lalu
induk
melakukan
f6c21bce6c
1 mengubah file dengan 11 tambahan dan 1 penghapusan
  1. 11 1
      samples/browser/res/common/forms/formBasicControls.form

+ 11 - 1
samples/browser/res/common/forms/formBasicControls.form

@@ -62,6 +62,16 @@ form basicControls
 		consumeInputEvents = true
     }
 
+    textBox testPasswordTextBox
+    {
+        style = topLeftAlignedEntry
+        position = 20, 540
+        size = 250, 40
+        text = password
+        consumeInputEvents = true
+        inputMode = PASSWORD
+    }
+
 	container radioButtonContainer
 	{
 		layout = LAYOUT_VERTICAL
@@ -116,4 +126,4 @@ form basicControls
         size = 200, 100
         text = Alignment: bottom-right. Right margin: 50. Bottom margin: 100.
     }
-}
+}