A default textarea for the display and input of values will be displayed in the cell.
Property |
Description |
|---|---|
Name |
Element name |
Label |
The label becomes the column header |
2nd label |
The label displayed behind the element |
Info Text |
Text to be displayed in the balloon |
Default value |
Preassigned value |
DB field |
Selection of database fields of type: VARCHAR, INT, BIGINT, and TEXT |
Settings |
|
Sum? |
Automatic calculation of a total for this column |
Width |
Width of the textarea in pixels |
Minimum length |
Minimum allowable number of characters for the entry |
Maximum length |
Maximum allowable number of characters for the entry |
Read-only? |
The textbox is write-protected. |
Disabled? |
The textbox is disabled. |
Required? |
An entry is necessary here to forward the step. |
Hidden? |
The element is integrated but hidden in the view. |
Alignment |
Text alignment |
Validation |
Validation of the entries: •none •only alphanumeric characters •only numeric characters •entry has to be a decimal number •entry has to be a date |
Scripting |
|
OnBlur |
Script to be executed when the cursor leaves the element |
OnChange |
Script to be executed when the value in the element changes |
OnClick |
Script to be executed when the element is clicked |
OnFocus |
Script to be executed when the element gets focus |
OnKeyDown |
Script to be executed when characters are input into the element |
Color |
|
Label color |
Color of the label |
Background color |
Background color of the element |
Text color |
Text color of the textarea |