This is an abstract class that is calls processWidgets to
instantiate the defined widgets.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
Mixes In
- external:dojo/_TemplatedMixin
- module:alfresco/core/Core
- module:alfresco/core/CoreWidgetProcessing
Members
-
baseClass
-
- Deprecated:
- Not sure that this is required anymore?
- Default Value:
- "widgets"
- Source:
-
config :Object
-
Type:
- Object
- Deprecated:
- Not sure that this is required anymore?
- Default Value:
- null
- Source:
-
configUrl
-
- Deprecated:
- Not sure that this is required anymore?
- Source:
-
cssRequirements :object[]
-
An array of the CSS files to use with this widget.
Type:
- object[]
- Default Value:
- [{cssFile:"./css/ProcessWidgets.css"}]
- Source:
-
templateString :String
-
The HTML template to use for the widget.
Type:
- String
- Source:
Methods
-
postCreate()
-
Implements the Dojo widget lifecycle function to call processWidgets
- Source: