Module: alfresco/lists/views/EmptyDocumentList

alfresco/lists/views/EmptyDocumentList

This widget serves to display information and functionality relevant for displaying in an empty document list.
Since:
  • 1.0.67
Author:
  • Martin Doyle
License:
Source:

Mixes In

Members

baseClass :String

The root class for this widget.
Type:
  • String
Default Value:
  • "alfresco-lists-views-EmptyDocumentList"
Source:

canUpload :Boolean

Whether the current user can upload
Type:
  • Boolean
Default Value:
  • false
Source:

cssRequirements :Object[]

An array of the CSS files to use with this widget.
Type:
  • Object[]
Default Value:
  • [{cssFile:"./css/EmptyDocumentList.css"}]
Source:

dropToUploadMessage :String

The message to display underneath the upload icon.
Type:
  • String
Default Value:
  • "drop-to-upload.message"
Source:

i18nRequirements :Object[]

An array of the i18n files to use with this widget.
Type:
  • Object[]
Default Value:
  • [{i18nFile: "./i18n/EmptyDocumentList.properties"}]
Source:

noContentMessage :String

The message to display when there is no content, but user cannot upload
Type:
  • String
Default Value:
  • "no-content.message"
Source:

templateString :String

The HTML template to use for the widget.
Type:
  • String
Source:

widgetsForNoContentIcon :Object[]

Define the widget that will display the SVG no-content image.
Type:
  • Object[]
Source:

widgetsForUploadIcon :Object[]

Define the widget that will display the SVG upload image.
Type:
  • Object[]
Source:

Methods

postCreate()

Run after widget has been created.
Source: