Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In various contexts, integers are used to represent quantities, counts, or indices. They are essential for performing arithmetic operations, defining ranges, and controlling loops or conditions in programming. Integer values are fundamental for tasks that require precise, discrete measurements or counts.

Attributes of

...

Integer Field

Basic:

...

Attribute Name

Description

Label

A Label is the name shown to users and can come from various sources.

Info

Reference: Label Source Type

Place holder

This is a hint or example text displayed in an input field before the user enters their own data.

Field Type

Here you can choose different field types.

Info

Reference: Field Type.

Layout

Field Layout allows you to arrange fields on the form.
For more details check this

Hide Space Checkbox

After marking this checkbox as true, it will crop the extra corners of the fields.

...

Attribute Name

Description

Visibility Type

It determines whether a component is visible on the layout. It offers the following visibility types:

  1. Always: The component will always be visible.

  2. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about Visibility Type here.

Info

Reference: Conditional Visibility

Validation:

image-20240826-103242.png

Attribute Name

Description

Required Type

Here, users can apply validation based on filter conditions.

  1. Never: This field is never required.

  2. Always: This field is always required..

  3. Conditional: The required field is determined based on specific criteria of And, OR condition

Required Error Message

Enter the error message you want to display for required fields.

Minimum Length

Set the minimum number of characters required for the input field.

Maximum Length

Set the maximum number of characters allowed for the input field.

...

Attribute Name

Description

Read Only Type

It specifies whether a component can be edited by users. It offers the following options:

  1. Never: The component will always be editable at any time.

  2. Always: The component will never be editable.

  3. Conditional: The component's editability is determined based on specific criteria, which can make it either editable or read only as needed.
    You can explore more about Read Only Type here.

Info

Reference: Read Only

Conditional Disability:

...

Attribute Name

Description

Disability Type

It determines whether a component is disable on the layout. It offers the following visibility types:

  1. Never: There is no disable option for this component

  2. Always: The component will always be visible.

  3. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about Disability Type here

Info

Reference: Conditional Disability

Component:

image-20240823-085206.png

Attribute Name

Description

Component Label

It simply shows the name over the field.

...