Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
An announcement list consists of the following elements:
- a <breadcrumbs> widget that allows the users to navigate within the structure of the portal pages.
- a <listitems> widget that displays
- The breadcrumbs widget allows navigating within the Portal pages structure.
- The listitems widget is configured to the announcement list.
The page is located on the dedicated portal node.
Generally, the The announcements list looks as shown below:
Image Removed
Image Added
Breadcrumbs configuration
To configure breadcrumbs correctly, it is recommended to use the attribute values as in the example below (type these values in the Template field of the widget form):
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<div class="announcementList__breadcrumbs"> <breadcrumbs> </div> |

List widget configuration
To configure a listitems widget, it is recommended to follow the recommendations when filling in the attribute values. You can use Use the example below as a pattern:
Code Block | ||||
---|---|---|---|---|
| ||||
<listitems class="linkStyles" tableName="announcement" conditionfixedCondition="(via_portal=1^state=3)" listView="AnnounceView" itemPage="announcement" choiceConditionName="announcement_type" dateConditionName="sys_created_at" perPage="510" displayColumnNumber="2"> </listitems> |
- The breadcrumbs widget allows navigating within the Portal pages structure.
- The listitems widget is configured to the announcement list.
The page is located on the dedicated portal node.
Generally, the announcements list looks as shown below:
Image Removed
></listitems > |
Table of Contents | ||||||
---|---|---|---|---|---|---|
|