Expand all

PageList

List of items page view

Constructor

new PageList() #

Properties

defaults #

Properties:

Name Type Description
defaults Object

Default options hash.

Properties:
Name Type Description
pages Array.<Page>

Array of Page objects. These should match the Page model and not necessarily the underlying API format used. E.g. [ { heading: "Claude Monet", id: undefined, title: "Claude Monet", displayTitle: "Claude Monet", url: "/wiki/Claude_Monet", thumbnail: { height: 62, source: "http://127.0.0.1:8080/images/thumb/thumb.jpg";, width: 80, isLandscape: true } } ]

Mixes in:
Source:

Methods

postRender() #

renderPageImages() #

Render page images for the existing page list. Assumes no page images have been loaded.

Source:
Render page images for the existing page list.