JavaScript is disabled on your browser.

Container Options

On the Options tab, you can select in which format the group will be inserted as an HTML element. In the following, the various display types will be explained.

Table

Selecting Table will cause the <table> element to be used in the HTML of the page. Elements that are contained in the grouping will thereby be displayed in their own corresponding cells.

The group will be automatically adjusted to the width of the elements next to it with the setting to Spread to maximum available width. This setting would make sense if a group with its own style properties (Views tab) is contained in another group.

If the group option Grouping does not move with page is selected, the group will not position itself automatically corresponding to the movement of the image, rather, it will keep its position on the screen. The height of a group can be defined exactly (in pixels) or relatively (in percent).

Div

In the HTML, the <div> element will be used. Each row will be a container.

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).

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.

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.

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.

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.

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.

Advanced Settings

Here you have the ability to activate the Conditional display of the button. You can find all information on this topic here.