Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. The 

...

  1. breadcrumbs widget allows navigating within the Portal pages structure.
  2. The

...

  1. 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 Added


Info

You can modify the announcement record color scheme regarding their type. For this, create the necessary Style Rules for the Announcements table.

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
languagexml
themeEclipse
titlebreadcrumbs
linenumberstrue
<div class="announcementList__breadcrumbs

...

">
  <breadcrumbs>
</div>

After that, you can define the breadcrumbs view in the CSS field of this form:

Code Block
languagecss
themeEclipse
titleBreadcrumbs CSS
linenumberstrue
.customized {
  font-family: Tahoma,Verdana,Segoe,sans-serif;
}

Image Added

List widget configuration


To configure a 

...

listitems widget, it is

...

recommended to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:

Code Block
languagexml
titleItems List
<listitems

...

 class="linkStyles"

...

 tableName="announcement"

...

 

...

condition=""

...

 

...

listView="AnnounceView"
  choiceConditionName="announcement_type"

...

 dateConditionName="sys_created_at"

...

 

...

perPage="5"

...

 

...

displayColumnNumber="2">
</listitems>
  1. The breadcrumbs widget allows navigating within the Portal pages structure.
  2. 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 Added


Info

You can modify the announcement record color scheme regarding their type. For this, create the necessary Style Rules for the Announcements table.