"Text" type field
"Text" type field is a field type to enter letters, digits, and other characters. Learn more: Fields, Set up a Text field (user documentation).
string id
The unique ID. Service field.
FormControl control
The control.
string label
The field title.
string inputType
The field type. By default, "text."
Available values
text | Set the field type to text. |
password | Set the field type to text displayed using "*" characters. Includes a button to view the actual text. |
string placeholder
The hint the field displays before you start filling it out.
enum appearance
The field appearance. By default, "legacy."
Available values
legacy | Display only the bottom field border. |
outline | Display all field borders. |
string value
The field value.
boolean disabled
Whether to lock the field from editing.
boolean readonly
Whether to display the field in read-only mode. By default, "false."
string autocomplete
Permit the browser to populate the field automatically. By default, "off."
number rowModeSizePx
The width of the field. When the width reaches the value and the auto mode is set, Creatio switches "Text" type fields and "Checkbox" type fields from vertical to horizontal view. By default, "320."
string labelPosition
Specify where to display the field title. By default, "auto."
Available values
auto | Move the field title automatically when the available screen space for the field changes. By default, to the left. When shrunk, above. |
left | Display the title to the left of the field. |
right | Display the title to the right of the field. |
hidden | Hide the field title. |
above | Display the title above the field. |
See also
Overview of Freedom UI Designer and its elements (user documentation)
Set up a Text field (user documentation)