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.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- 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
Methods
-
renderData()
-
Overrides the inherited function to iterate over the items that are expected to have been provided by a parent HtmlListView.