Module: alfresco/core/ProcessWidgets

alfresco/core/ProcessWidgets

This is an abstract class that is calls processWidgets to instantiate the defined widgets.
Author:
  • Dave Draper
License:
Source:

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: