Module: alfresco/lists/views/HtmlListViewRenderer

alfresco/lists/views/HtmlListViewRenderer

This module is expected to be used as the ListRenderer for the HtmlListView. It iterates over the supplied list of items and outputs each one as an HTML li element. This widget is not expected to be included directly in a page model but rather should be referenced programmatically from within other widgets.
Author:
  • Dave Draper
License:
Source:

Members

items :object[]

Should be set to an array of items to render as HTML li elements.
Type:
  • object[]
Default Value:
  • null
Source:

listStyleType :string

The bullet style to apply to each list item.
Type:
  • string
Default Value:
  • "none"
Source:

templateString :string

Overides the inherited template.
Type:
  • string
Source:

Methods

renderData()

Overrides the inherited function to iterate over the items that are expected to have been provided by a parent HtmlListView.
Source: