Module: alfresco/renderers/Category

alfresco/renderers/Category

Author:
  • Dave Draper
License:
Source:

Members

cssRequirements :object[]

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

i18nRequirements :object[]

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

templateString :String

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

Methods

addCategory(total, category, index)

Parameters:
Name Type Description
total number The total number of categories
category object The category definition
index number The index of the category
Source:

createWidgetDom()

Overrides the inherited function to construct the DOM for the widget using native browser capabilities.
Since:
  • 1.0.101
Source:

postCreate()

Source:

postMixInProperties()

Source: