An announcement page consists of the following elements:
These widgets interact with each other.
The announcement page looks as shown below:
To configure breadcrumbs correctly, it is preferable to use the attribute values as in the example below (type these values in the Template field of the breadcrumbs widget form):
<div class="announcement__breadcrumbs"> <breadcrumbs> </div> |
An announcement widget looks like a card containing information that the administrator wanted to deliver to users. This card contains formatted text that can be typed with the Announcements functionality. To use this widget, add it to the widget instance configured on the appropriate page by selecting the widget dictionary (select the Announcement Page Portal Widget item from the list).
To modify an announcement appearance, clone a widget template and make changes in your copy:
This widget is used to display a list of already created announcements, you can switch between them without reloading the page. It is recommended to follow the recommendations when filling in the attribute values. Use the example below as a pattern:
<previewList tableName="announcement" view="AnnounceView" elementCount="5" subjectColumn="subject" dateColumn="sys_created_at" stateColumn="state" wrap="true" itemView="announceView"> <ListHeader> <div> Announcements </div> </ListHeader> </previewList> |