Adding Formatted Lists
As previously mentioned, expressions can be used to provide dynamic text content.
You can use the
List and
List Item elements to apply additional formatting when returning appropriate data, such as an array or set of values.
To display a bulleted list of all scenarios on the shelf:
The List HTML element defaults to display a bulleted list.
![]() |
Note Advanced users can change this to a numbered list by modifying the list tag in the
code editor. In the
View Designer, select the list element. Use the link in the top right of the
artboard to switch to the
code editor—Note that the list is highlighted in the code. Change the enclosing tags
<ul> to
<ol>, and
</ol> to
</ul>.
|