Module: alfresco/renderers/Banner

alfresco/renderers/Banner

Author:
  • Dave Draper
License:
Source:

Members

bannerMessage :string

The message to display in the banner
Type:
  • string
Source:

cssRequirements :object[]

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

i18nRequirements :object[]

An array of the i18n files to use with this widget.
Type:
  • object[]
Default Value:
  • [{i18nFile: "./i18n/Banner.properties"}]
Source:

nonAmdDependencies

Declare the dependencies on "legacy" JS files that this is wrapping.
Source:

Methods

createWidgetDom()

Overrides the inherited function to construct the DOM for the widget using native browser capabilities.
Since:
  • 1.0.101
Source:

postCreate()

Removes the "hidden" class if there is a message to render
Source: