Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
A list of records contains the following elements:
- a <breadcrumbs> widget that allows users to navigate within the structure of portal pages.
- a <listItems> widget that displays the announcement list.
The page is located on the dedicated portal node.
Breadcrumbs configuration
To configure breadcrumbs correctly, use the attribute values as in the example below (add these values in the Template field of the widget form):
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<div class="portal__breadcrumbs"> <breadcrumbs> </div> |
List widget configuration
To configure a listitems widget, it is recommended to follow the recommendations when filling in the attribute values. Use the example below as a pattern:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<listitems class="linkStyles" tableName="itsm_request" condition="(stateNOT IN10@7)" listView="SP" itemPage="record" itemView="SP View Only" choiceConditionName="state" dateConditionName="sys_updated_at" perPage="10" displayColumnNumber="2"></listitems> |
Table of Contents | ||||||
---|---|---|---|---|---|---|
|