Use this widget to render a column. Every widget rendered within it will be "stacked" vertically.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Extends
Members
-
cssRequirements :object[]
-
An array of the CSS files to use with this widget.
Type:
- object[]
- Default Value:
- [{cssFile:"./css/Column.css"}]
- Source:
Methods
-
createWidgetDom()
-
Overrides the inherited function to construct the DOM for the widget using native browser capabilities.
- Since:
- 1.0.101
- Source:
-
createWidgetDomNode(widget, rootNode, rootClassName) → {element}
-
Overrides the superclass implementation to add an additional TR element to get the column effect.
Parameters:
Name Type Description widget
Object The widget definition to create the DOM node for rootNode
element The DOM node to create the new DOM node as a child of rootClassName
String A string containing one or more space separated CSS classes to set on the DOM node - Source:
Returns:
A new DOM node for a processed widget to attach to- Type
- element
-
postCreate()
-
Calls processWidgets
- Source: