GenericList: Paging - akumina/AkuminaDev GitHub Wiki

Applies to

GenericListControlWidget

Overview

The GenericList widget supports paging, but it needs to be enabled within the control.

Technical details

To do paging, you need to enable the paging property:

Enable Paging = true

And in the view:

<div class="showMoreResults" style="text-align: center;"><a href="#" style="font-size:14px;">...</a></div>

This will call the paging code to get the next page. You can see the example of it in the following view:

/Style%20Library/DigitalWorkPlace/Content/Templates/LatestMediaWidget/MediaGalleryPhotoList.html

And with the widget instance ID:

  • Widget Definition: LatestMediaWidget
  • Widget Instance Name: MediaGallery Photos
  • Widget Instance Id: 0bd8d170-b5e9-4443-944a-5a3da9904775

See also

⚠️ **GitHub.com Fallback** ⚠️