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

Outcomes Component

Matt Bates edited this page Nov 14, 2016 · 3 revisions

Only displays any associated Outcomes, useful for more complex positioning Outcomes within a Page Layout. Outcomes will be rendered in a row so they can be aligned using the bootstrap column classes.

Attributes

"attributes": {
  "justify": "warning",
  "group": "vertical",
  "outcomeClasses": "col-xs-12",
  "classes": "myclass"
}
Key Value Description
justify string left, center, right
group string The bootstrap button groupings: horizontal or vertical
columns string The bootstrap column sizes e.g. xs-6, md-12, etc. Setting this attribute causes the outcome button elements to be wrapped in a div element
outcomeClasses string Custom class names that will be added to each child Outcome
classes string Part of our classes framework (see the Customization section), added to the root element

Examples

Flow: https://flow.manywho.com/c5a50df2-f24b-4342-9fbd-1c91747ac0cf/play/default?flow-id=d2ebd60f-4433-448a-8d07-7c7e2c8f35e3

Package: Download