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.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- 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
-
<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
Methods
-
postCreate()
-
Function run after widget created.