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. 0. |
|
y1 |
integer |
Default. 0. |
|
width |
integer |
Default. 0. |
|
height |
integer |
Default. 20. |
|
length |
integer |
Default. 0. A value of 0 indicates no input limit. |
|
style |
style |
Default. Helvetica, 10, normal. |
|
readonly |
boolean |
Default. false. |
|
required |
boolean |
Default. false. |
|
export |
boolean |
Default. true. |
Example
<input type="password" name="FIELD4" x1="100" y1="660" width="30" length="5" style="form"/>