Module: alfresco/reports/TopSiteContributorReport

alfresco/reports/TopSiteContributorReport

TopSiteContributorReport displays a chart giving an overview of the amount of created content for each user in the site.
Author:
  • Erik Winlöf
License:
Source:

Members

baseClass :string

The CSS class (or a space separated list of classes) to include in the DOM node.
Type:
  • string
Default Value:
  • "alfresco-reports-TopSiteContributorReport"
Source:

cssRequirements :object[]

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

i18nRequirements :object[]

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

widgets :object[]

The widgets to be processed to generate each item in the rendered view.
Type:
  • object[]
Source:

Methods

onReportItemClick(value)

Called when a user is clicked in the chart and will navigate browser to the clicked user's profile.
Parameters:
Name Type Description
value The name of the clicked user
Source:

postMixInProperties()

Makes sure we listen to when a user is clicked in the chart
Source: