For the complete documentation index, see llms.txt. This page is also available as Markdown.

Statements - Statements

Component displaying statements

Component properties

Eximee Designer property
Attribute name in the Source
Description

Statements list (section Basic properties)

items

List of defined statements to display. Button Add statement opens the drawer Statements list used to define "items". Statements are created in Statement Editor.

Master checkbox list (section Basic properties)

masterCheckboxes

List of defined master checkboxes.

Availability of functionality depends on the license and may not be available in all deployments.

Functionality described in more detail in Multiple master checkboxes in the statements component and Visibility of a single master checkbox.

Value of the selected statement (section Basic properties)

valueYes

The value the statement takes when it is selected - by default, if no other value is set, "true" is returned.

Value of the unselected statement (section Basic properties)

valueNo

The value the statement takes when it is deselected - by default, if no other value is set, "false" is returned.

Condition for collapsing/expanding the component (section Other)

expandableCondition

Condition for which, under or next to the main checkbox (depending on the implementation), text for collapsing/expanding the entire statements component should be displayed. When set to "false", the component is expanded and cannot be collapsed (the collapse text is not displayed). If the condition is empty or invalid, the value "false" will be evaluated. If the property is unconditionally set to "false", there is no point in setting the field "Condition for the component expanded by default", because the entire content will always be displayed.

For conditions using other components, appropriate listeningon the component.

Condition for the component expanded by default (section Other)

expandedCondition

When the field Condition for collapsing/expanding the component is set to "true", the property determines whether the component is expanded or collapsed by default. The statements component is expanded by default when the value is "true". If the condition is empty or invalid, the value "true" will be evaluated.

For conditions using other components, appropriate listening must be defined on the component.

More information about component properties: Common component properties

Statement title

The statement title comes from the key defined in the tab Translations. The statement content comes from the artifact Formatted content (details -> Creating and binding the Content artifact). One or more controls can be assigned to the content of each statement. Depending on flags, either the entire component or the content of a single statement can be collapsible. Statements can have one master checkbox (the component's main checkbox controlling the statement checkboxes) or several master checkboxes (description → Multiple master checkboxes in the statements component).

Figure 1. Example appearance of the component in the application

Demo application: demoStatements

♿WCAG: Good WCAG practices for low-code dev

Last updated

Was this helpful?