Element - input password
The input element of type password is used to add an input password to the current page.
Syntax:
Element |
Attributes |
Value |
Notes for Element/Attribute/Value |
input |
type |
password |
|
name |
string |
|
|
value |
string |
|
|
x1 |
integer |
Default is 0. |
|
y1 |
integer |
Default is 0. |
|
width |
integer |
Default is 0. |
|
height |
integer |
Default is 20. |
|
length |
integer |
Default is 0. A value of 0 indicates no input limit. |
|
style |
style |
Default is Helvetica, 10, normal. |
|
readonly |
boolean |
Default is false. |
|
required |
boolean |
Default is false. |
|
export |
boolean |
Default is true. |
Example
<input type="password" name="FIELD4" x1="100" y1="660" width="30" length="5" style="form"/>