This widget has been created to be used as a widget container within a
list view that uses a
grid renderer such as the
AlfGalleryView.
- Since:
- 1.0.44
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
Mixes In
- external:dijit/_OnDijitClickMixin
- module:alfresco/renderers/_PublishPayloadMixin
- module:alfresco/lists/views/layouts/_LayoutMixin
Members
-
cssRequirements :object[]
-
An array of the CSS files to use with this widget.
Type:
- object[]
- Default Value:
- [{cssFile:"./css/CellContainer.css"}]
- Source:
-
minHeight :number
-
The minimum height for each container in pixels.
Type:
- number
- Default Value:
- 100
- Source:
-
widgets :object[]
-
The widgets model to render.
Type:
- object[]
- Default Value:
- null
- Source:
Methods
-
createWidgetDom()
-
Overrides the inherited function to construct the DOM for the widget using native browser capabilities.
- Since:
- 1.0.101
- Source:
-
onClick(evt)
-
Parameters:
Name Type Description evt
object The click event -
postCreate()
-
Calls processWidgets with the configured [widgets model]{@link module:alfresco/lists/views/layouts/CellContainer#widgets}.