User Action: Inline
UI Component
Changed on:
19 Oct 2023
Overview
The inline user action generates a form from a workflow-configured user action and places it directly into the page as a card.This is useful when the main reason for a page existing is to trigger that user action, especially when coupled with the conditional component to create a wizard-like flow.
| Plugin Name | Core |
|---|
Alias
fc.action.inline
Detailed technical description
n/a
Properties
| Name | Type | Required | Default | Description |
| name | `string` | yes | Name of the User Action to show in the card. If there is no user action of this name on the current entity, the card will not show. | |
| highlight | `MystiqueThemeColour` / `string` (hex value) | no | none | Show a coloured highlight above the card to denote status in cases like dashboard cards. |
| width | `"quarter"` / `"third"` / `"half"` / `"two-thirds"` / `"full"` / `number (1-12)` | no | `"full"` | Define the width of this card on a 12-column grid. Can use the named widths for readability or numbers directly. On mobile devices all widths will automatically change to 12 for the best responsive experience. Default is "full" and will take up the full width of the containing component. |
Configuration example
1{
2 "component": "fc.action.inline",
3 "props": {
4 "name": "PickConfirm",
5 "width": "full"
6 }
7}Version History
Recommended Placement
None