Module: alfresco/navigation/CategoryTree

alfresco/navigation/CategoryTree

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/CategoryTree.css"}]
Source:

customCssClasses :string

Overrides the inherited value to allow the CSS selectors to change the icon images.
Type:
  • string
Default Value:
  • "categories"
Source:

i18nRequirements :object[]

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

onClickTopic :string

Overrides the inherited value to set the "ALF_DOCUMENTlIST_CATEGORY_CHANGED" topic.
Type:
  • string
Default Value:
  • "ALF_DOCUMENTLIST_CATEGORY_CHANGED"
Source:

rootLabel :string

Type:
  • string
Default Value:
  • "categories.root.label"
Source:

Methods

getTargetUrl()

Source:

onClick(item, node, evt)

Parameters:
Name Type Description
item object The store item represented by the clicked node
node object The node on the tree that was clicked
evt object The click event
Source: