Page Listing Widget
Page Listing Widget
Purpose
A powerful and versatile widget that allows you to display related pages to the current page either based on page category or parent folder.
Features
- Display related pages based on tags associated with the current page ( page category)
- Display related pages based on location of the page, i.e display other pages in same folder as related. ( parent folder)
- Supports Persona filter
- Ability to select list of columns to fetch and display
- Ability to order the displayed data on created date/modified date/page title
- Ability to set the number of items to display
Details
- Widget Name: PageListingWidget
- Available With: Release 6.0 and above
- Content App Type: N/A
- Content Type: N/A
- Content App Name: N/A
- List Name: GenericPages_AK
- Recommended Images Sizes: N/A
- Dependencies: N/A
Content
N/A
Properties
title |
Ability to set the title of the widget on the page |
filterby |
Can chose to display the related pages for the current page either by page category or parent folder. |
selectfields |
Select the fields to fetch from the pages schema, default columns are PageUrl,PageTitle,PageDescription |
usepersonafilter
|
checkbox to apply the user persona filter |
orderby |
select the property to display the related pages ordered by, options are -
defaults to display based on the modified date. |
orderdirection |
select the orderby to be displayed as asc or desc. |
itemstodisplay |
Specify the count of related pages to display. defaults to displaying 10 items. |
uicallbackmethod |
Function to call before binding the UI events. OOTB -Blank (used for widget expansion): Name of the function called after the UI has been rendered to the screen |
callbackmethod |
Function to call after fetching data OOTB -Blank (used for widget expansion): Name of the function called after data has been fetched by the widget. |
View Name: pagelisting.html View Description: Ability to display the list of related pages. Displays the title of the page, can be extended to display desc, on click redirects to page URL. View Preview: