![]() | SAIL Design System guidance available for Rich Text
Enhance readability and comprehension on your interface by using rich text formatting to visually differentiate text. |
FunctionCopy link to clipboard
a!richTextBulletedList( items, showWhen )
Displays a bulleted list within a rich text display component.
See also: Rich text style guidance
ParametersCopy link to clipboard
Name | Keyword | Types | Description |
---|---|---|---|
Items |
|
Text, Rich Text Item, and Rich Text List |
Array of text to display as a bulleted list. Text can be further formatted using |
Visibility |
|
Boolean |
Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. |
Usage considerationsCopy link to clipboard
Using the items parameterCopy link to clipboard
- Specific values within items can be further formatted using rich text item.
- Bulleted lists cannot be nested within a rich text item.
- If items is null or contains an empty array, no list is displayed.
- If the items array contains one or more null values, those items in the list have no text displayed.
ExamplesCopy link to clipboard
To experiment with examples, copy and paste the expression into an interface object.
Use the interactive editor below to test out your code:
Feature compatibilityCopy link to clipboard
The table below lists this component's compatibility with various features in Appian.
Feature | Compatibility | Note |
---|---|---|
Portals | Compatible | |
Offline Mobile | Compatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |
Process Autoscaling | Compatible |
Related PatternsCopy link to clipboard
The following patterns include usage of the Rich Text Bulleted List.
- Expand/Collapse Rows in a Tree Grid (Hierarchical Data, Grids): Create a grid that shows hierarchical data and allows users to dynamically expand and collapse rows within the grid.