A text box element displays a standard input field 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 |
Balloon help text |
Text to be displayed in a balloon help |
Default value |
Value, if the assigned database field is empty |
DB field |
Selection of database fields of type: VARCHAR, INT, BIGINT and TEXT |
Disable storage |
When saving or sending the value of this element is not saved in the database by the form |
Settings |
|
Width |
Width of the column in pixels |
Minimum length |
Enforces a minimum number of characters in the user's input |
Maximum length |
Enforces a maximum number of characters in the user's input |
Write-protected? |
The input field is write-protected |
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 that the step can be sent |
Hidden? |
The element is hidden in the form |
Align |
Alignment of the text box (left, center, or right) |
Validation |
You can check the validity of the input value. For more information, see Validation of form elements. |
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 input field |