Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 9 Next »

Overview

  • Field is a generic component using which you can accept values in different formats and data types.

  • e.g. number, phone, email, text, etc.

  • It can be bound with the model field and variable.

  • If you want to accept/display data from the user without

Attributes

Label

  • The label is a short description of the field that will be displayed before the data input/output.

Placeholder

  • A placeholder is a short text, located inside the input data field.(Refer to Fig. 1 number 1)

Layout

  • It is a design through which the user can arrange the fields. The Layout options are:

  • Stacked: In a stacked layout, the input/output field is under the field label with a small margin around the label, and the input/output field

  • Horizontal: In a horizontal layout, the input/output field is in front of the field label with a small margin around the label, and the input/output field

  • Single Column: A Single Column layout is the same as a horizontal layout the only difference is the input/output field size is greater than the field label in a layout.

  • No Label: In the No Label layout, the label name is not visible only the input/output field is present in the layout

  • Compact: Compact layout is the same as a stacked layout, the difference is there is no margin around the label and the input/output field

Inline Edit

  • Inline edit feature allows us to edit the record without pressing the edit button

Debounce Time in seconds

  • Debounce Time is the time between the two actions. e.g. When you click on the save button, the time it takes to complete the save action is debounce time

Value Destination Type  

Value Destination Variable

Value Destination Model

  • No labels