Free cookie consent management tool by TermsFeed Bulleted List (a!richTextBulletedList)
Bulleted List

Function

a!richTextBulletedList( items, showWhen )

Displays a bulleted list within a rich text component.

See also: Rich text style guidance

Parameters

Name Keyword Types Description

Items

items

Text, Styled Text, and List

Array of text to display as a bulleted list. Text can be further formatted using a!richTextItem(). Nested lists can be created using a!richTextListItem().

Visibility

showWhen

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 considerations

Using the items parameter

  • Specific values within items can be further formatted using styled text.
  • Bulleted lists cannot be nested within styled text.
  • 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.

Examples

Copy and paste an example into the INTERFACE DEFINITION in EXPRESSION MODE to see it displayed.

Use the interactive editor below to test out your code:

Feature compatibility

The table below lists this SAIL component's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Incompatible
Process Reports Incompatible

You cannot use this function to configure a process report.

Process Events Incompatible

You cannot use this function to configure a process event node, such as a start event or timer event.

The following patterns include usage of the 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.
Open in Github Built: Thu, Mar 28, 2024 (10:34:14 PM)

Bulleted List

FEEDBACK