A textarea for displaying and entering values is displayed in the form.
Property |
Description |
|---|---|
Name |
Element name |
Label |
Label that will appear in the left column |
2nd Label |
Label that appears after the element |
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 and TEXT |
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 textarea in pixels |
Height |
Height of the textarea in pixels |
Minimum length |
Enforces a minimum length of the input |
Maximum length |
Enforces a maximum length of the input |
Label above textarea |
The description will be displayed above the textarea |
Read-only? |
The textarea is read-only |
Disabled? |
The textarea 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 |
Align |
Text alignment |
Scripting |
|
OnClick |
Scripts that are executed when you click the element. |
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 text area |