You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Text Field is one of the generic HTML Form input elements.

The snapshot build of the form shown below is taken from the CRM application found in Joget's installation package.


Figure 1: Text Field


Figure 2: Text Field Properties

ID

Element ID

Label

Element Label

Value

Default Value

Max Length

Maximum character length allowed

Size

Width of the element

Readonly

Determines if the element is editable

Display field as Label when readonly?

Displays the value of the element as plain text when element is set to "Readonly".

One may extend the capabilities of this element by adding a validator as well as mapping its value to a workflow variable.

Read more about Validators and Workflow Variables.

  • No labels