Textbox

Textbox elements description:

In the elements builder section, each and every component are should be displayed on the left side of the element pages. Drag the required components to the center of the workplace. Click on the edit element, and the properties list will be displayed on the right side of the builder. Edit the properties as required. Refer to the below list for properties of the elements.

Properties of the elements:

Reference ID: It is a unique id that will be created automatically when a new element is created.

Name: In the Name textbox, we write the name for the element.

Help Text: In help text, we write short information about that element, and that quick information will show as a tooltip in the form when we hover over that element.

Label Required: We check this property if we do not want to show the title of that element in the form.

Primary: We check this property in the element when we want to make that element the initiator of the auto fetch.

Mandatory: We check this property if we want to make that element mandatory.

Formula: A formula is a fact or rule written with a mathematical symbol or in a programming function. Where on the left side of the equation, we will write the element id of the element in which we want to show our formula's result, and on the right side of the equation, we will write the element id (or id's) of the element with mathematical symbols which depend on which type of operation we want to do on those elements.

On load Query: It is a query in a pre-defined format that gives a value to the elements while rendering the UI (User Inter Base).

Auto Suggestion: When 'YES' option is selected for autosuggestions, a new window will open; in the table dropdown section, we will select table and its column from where data will be retrieved for autosuggestion.

Auto fetch: Auto fetch is a property used to bring data from other forms and fill the data in an element of the current state we are working in automatically on changing the primary elements we assign.

Last updated