Versions Compared

Key

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

...

NameDescriptionScreen (Click to view)
ID

Element ID.

Since the section is not an input field, it is optional to change this.

Figure 3

LabelSection label.
Readonly

Determines if the element is editable.

Display field as Label when readonly?Displays the value of the element as plain text when an element is set to "Readonly".

...

NameDescriptionScreen (Click to view)
Load Binder

Optional by default. When it is not set, it will use the parent's binder. You may override this behavior by using its own designated binder by defining it.

Figure 4

Store Binder

Optional by default. When it is not set, it will use the parent's binder. You may override this behavior by using its own designated binder by defining it.

...

NameDescriptionScreen (Click to view)
Visibility Control Rules
Sub-elementDescription
Join Type
  • AND
  • OR
Reverse ValueEquivalent of a NOT operator.
Field ID

The field ID of a form element to control the visibility of this section.

Code Block
titleExample
status
Info
titleLookup Into Subform Field

You can look up into a subform field value to control visibility on your current (parent) form.

Code Block
titleExample
subformId.status
Field Value

Show the visibility of this section, when this field value is present in the field ID defined above.

Code Block
titleExample
Approved
Code Block
titleExample using Regular Expression
Approved1|Approved2|Approved3
Using Regular Expressions?In "Field Value", you can use Regular Expression.



Figure 5

Permission

NameDescriptionScreen (Click to view)
PermissionManage the permission on who to see this section. See Permission Control.

Figure 6

Show as readonly when no permission?

Displays the value of the element as plain text when a user's permission is denied.


...

NameDescriptionScreen (Click to view)
Comment

Appends a helper text beside this section when in the form builder, to help app designers identify the section.


Figure 7