Module: alfresco/documentlibrary/views/AlfDetailedViewItem

alfresco/documentlibrary/views/AlfDetailedViewItem

This module represents a single item to be rendered by the AlfDetailedView module. For performance reasons, it has been hard-coded into a specific template and with custom widget information, to avoid needing to use multiple layout widgets to achieve the same effect. For that reason, this module is unsuitable for extending.
Author:
  • Martin Doyle
License:
Source:

Members

cssRequirements :object[]

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

templateString :String

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

<protected, inner> widgetsAndAttachPoints :Object

A map of widget configs to be applied to attach points, where the key is the attach point and the value is the configuration for the widget.
Type:
  • Object
Source:

Methods

postCreate()

Function run after widget created.
Source: