...
- The <breadcrumbs> widget allows navigating within the Portal pages structure.
- The announcement page portal widget implemented as a bundle of the existing widgets, widget attributes, also server and client logic are used.
- The <previewList> widget allows displaying a brief list of announcementsconfigured to display the announcement list.
These widgets interact with each other.
Generally, the announcement page looks as shown below:
Breadcrumbs configuration
...
After that, you can define the breadcrumbs view in the CSS field of this form if needed (this sample is given as an example and may differ from your solution):
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
.customized { font-family: Tahoma,Verdana,Segoe,sans-serif; } |
...
- Navigate to the widget form and open the burger menu.
- Click the Insert and Stay item.
- Work on your copy, and use it on your portal pages.
...
Announcement list preview widget
...
...
This widget is used to display a list of already created announcements, so you can switch between them without page refreshing a page. It is recommended To configure a <previewList> widget, it is preferable to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:
Code Block | ||||
---|---|---|---|---|
| ||||
<previewList tableName="announcement" view="AnnounceView" elementCount="35" subjectColumn="subject" dateColumn="sys_created_at" stateColumn="state" wrap="true" itemView="announceView"> <ListHeader> <div>Announcements</div> </ListHeader> <><ListHeader><div>Announcements</div></ListHeader></previewList> |