Module: alfresco/lists/views/AlfDocumentListView

alfresco/lists/views/AlfDocumentListView

A document-specific version of the list, that only deals with lists of documents.
Since:
  • 1.0.67
Author:
  • Martin Doyle
License:
Source:

Members

minHeight :Number|String

Minimum height for this view. Not used by default. Can be either a Number (treated as pixels) or a String (treated as CSS units).
Type:
  • Number | String
Default Value:
  • 300
Source:

widgetsForNoDataDisplay :Object[]

An JSON model defining the widgets to display when no data is available to display.
Type:
  • Object[]
Source:

Methods

renderNoDataDisplay()

This method is called when there is no data to be shown. By default this just shows a standard localized message to say that there is no data.
Source: