[Control] passwordField
Part of: mobl::ui::generic
Arguments:
s : Stringvariable/property to bind the control to.placeholder : String = nullplaceholder text (appears when text field is empty, optional)label : String = nulllabel text (optional)style : Style = textFieldStylethe style to use for the fieldonchange : Callback = nullevent triggered when the text field changed and loses focus (optional).onkeyup : Callback = nullevent triggered on every keypress (optional).
A text field control that hides its value (shows dots instead).
Example:
var password = ""
group {
item { passwordField(password, label="Password") }
}
mobl/ui/generic/passwordfield.txt · Last modified: 2013/10/01 02:29 (external edit)
