Module: alfresco/documentlibrary/AlfSitesList

alfresco/documentlibrary/AlfSitesList

Author:
  • Dave Draper
License:
Source:

Extends

  • alfresco/documentlibrary/AlfDocumentList

Members

dataRequestTopic :string

Type:
  • string
Default Value:
  • null
Source:

i18nRequirements :object[]

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

site :string

This is the site to get data for. This is only really applicable when getting data about a specific site as opposed
Type:
  • string
Default Value:
  • null
Source:

Methods

loadData()

Overrides the default implementation to retrieve site data.
Source:

onDataLoadSuccess(response, originalRequestConfig)

Handles successful calls to get site data.
Parameters:
Name Type Description
response object The response object
originalRequestConfig object The configuration that was passed to the serviceXhr function
Source:

postMixInProperties()

Extends the default implementation to override the loading message.
Source: