Grouping properties - Options tab

Modul Applikationen Element Gruppierung Eigenschaften

1. HTML element

Here, you can select in which format the group will be inserted as an HTML element.

1.1 Table

The <TABLE> element will be used in the page's HTML for the grouping. Elements contained in the grouping will each be shown in their own row.

Position properties

Spread to maximum available width

The group will be automatically adjusted to the width of the elements next to it with this setting. This setting would make sense if a group with its ownstyle properties is contained in another group.

Grouping does not scroll with page

With this setting, the group will not position itself automatically based on the movement through the page, but always keeps its position.

1.2 Div

The <DIV> element is used in the HTML. Each row is a container.

1.3 Heading

In the HTML, the header elements <h1> to <h6> will be used. Only inline elements are allowed as contents of the group.

Inline elements are elements that do not create any additional line breaks around themselves (such as <strong> or <span> or the Intrexx edit or view fields).

Level

Select the heading level here.

1.4. Unordered list

The group will be implemented as an unordered list with the elements <ul> and <li>, whereas the elements contained in the group will be displayed as list elements.

1.5. Ordered list

The group will be implemented as an ordered list using the elements <ol> and <li>, whereas the elements contained in the group will be displayed as list elements.

1.6. Paragraph

The elements contained in the group will be displayed in paragraphs with the <p> element. Between the lines, a <br> element will be inserted as line break. Only inline elements are allowed as contents of the group.

1.7. Preformatted text

In the HTML, preformatted text will be displayed with the <pre> element. Only inline elements are allowed as contents. The <img> element is also not allowed here.

1.8. Fieldset

The fieldset element groups elements in a form. For this element, you can set whether or not the title of the group is displayed. The title will be implemented as a legend element. Each row will be a container.

2.1 Advanced Settings

2. Display if condition met

You can find all information on this topic here.