Table of Contents

Frames container

Renders a container that contains views in the form of a tab or a modal window according to the navigation options.

Node name : frames-container

Attribute

Attribute Type Required Default value Description
container-id string true Container identifier
mode string (tabs, stack) false tabs Specifies the display mode of the frames.
- tabs: The frames are tabs.
- stack: The frames are stacked. The tabs are not visible.
tab-close-button-display-mode string (default, always) false default Display mode of the close button on the tab. By default, the close button is displayed on the selected tab and on hovering a tab.

Example

<frames-container container-id="Container2" />

Actions

To add actions next to the tabs, you can use the frames-container-actions node.