A default input field for entering a password is displayed in the form. Depending on the configuration, the password must be repeated in another input field.
Entered characters will be displayed as stars.
Property |
Description |
|---|---|
Name |
Element name |
Label |
Label that will appear in the left column |
2nd Label |
This label is shown only if the setting "Retype password?" is active. It is used as label for the second input field. Example:
|
Info Text |
Text to be displayed in a balloon |
Default value |
Value, if the assigned database field is empty |
DB field |
Selection of database fields of type: VARCHAR |
Disable storage |
When saving or sending the value of the element is not stored in the database by the form. |
Settings |
|
Width |
Width of the column in pixels |
Minimum length |
Enforces a minimum length of the input |
Maximum length |
Enforces a maximum length of the input |
Retype password? |
A second input field is displayed for the password entry to be repeated |
Special character required? |
The password must contain special characters |
Numeric characters required? |
The password must contain numeric characters |
Alphanumeric characters required? |
The password must contain alphanumeric characters |
Upper and lower case required? |
The password must contain uppercase and lowercase letters |
Read-only? |
The input field is read-only |
Disabled? |
The input field is disabled
Please note that functions of the JavaScript API (e.g. jr_set_value) do not have any effect on saving this value by enabling this option |
Required? |
The user must enter something into the field |
Hidden? |
The element is hidden in the form |
Scripting |
|
OnClick |
Scripts that are executed when the element is clicked. |
OnChange |
Scripts that are executed when the element value is changed |
OnFocus |
Scripts that are executed when focusing the element |
OnBlur |
Scripts that are executed when leaving the element (when it loses focus) |
OnKeyDown |
Scripts that are executed when characters are entered |
Color |
|
Label color |
Color of the label |
Background color |
Background color of the element |
Text color |
Text color of the input field |