Password Element Element
Getting Started | API | Elements | Actions | Validators | Handlers | Configuration Options | About
Table of Contents
1 Password Element - #password {}
The password element produces an HTML masked password entry box.
Usage
#password { id=password1 }
Attributes
- next - (atom)
-
If set with a valid control ID, pressing the enter key in the password box will automatically move focus to the specified control.
- postback - (Erlang term)
-
If set, pressing the enter key in the password box will automatically initiate a Nitrogen postback with the supplied term.
- html_name - (string)
- The name attribute of the password element.