Module: alfresco/layout/ClassicWindow

alfresco/layout/ClassicWindow

This is a simple layout structure that creates a window panel with a title and the configured widgets placed inside.

The following additionalCssClasses are built in and can be included if required:

  • shadow: A standard shadow is applied around the ClassicWindow
  • bottomBorderRadius: The bottom border of the ClassicWindow is given radius corners
  • borderLess: The border on the ClassicWindow is removed
Author:
  • Dave Draper
License:
Source:

Members

cssRequirements :object[]

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

hideTitle :boolean

Hide the title?
Type:
  • boolean
Since:
  • 1.0.39
Default Value:
  • false
Source:

templateString :string

The HTML template to use for the widget.
Type:
  • string
Source:

title :string

The title to be rendered
Type:
  • string
Source:

Methods

postCreate()

Processes the widgets into the content node.
Source:

postMixInProperties()

Ensures that the title is converted from key to localised message.
Source: