Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Group Container

Matt Bates edited this page Jul 22, 2016 · 3 revisions

Container that displays its children in a set of tabs. Based on the bootstrap tabs: https://getbootstrap.com/javascript/#tabs.

The label of each tab is based on the label of each child container i.e. a Group container with 1 child Vertical container, that has a label "Vertical Container" then 1 tab would be displayed with a label of "Vertical Container".

Attributes

"attributes": {
  "isCollapsible": false,
  "isCollapsed": false,
  "collapseGroup": "my group",
}
Key Value Description
isCollapsible true or false Set to true to enable collapse / expand toggle behavior, overrides the global setting.
isCollapsed true or false Set to true to display the container initially collapsed, overrides the global setting.
collapseGroup string Name of the group this container belongs too, all containers in the same group share collapse / expanded state.

Examples

Flow: https://flow.manywho.com/c5a50df2-f24b-4342-9fbd-1c91747ac0cf/play/default/?flow-id=51c140a8-8dd5-40f6-8ff9-d3dfc68d0db0

Package: Download