Module: alfresco/lists/views/layouts/Cell

alfresco/lists/views/layouts/Cell

Use this widget to render a single cell within a Row
Author:
  • Dave Draper
License:
Source:

Members

additionalCssClasses :string

Any additional CSS classes that should be applied to the rendered DOM element.
Type:
  • string
Default Value:
  • null
Source:

colspan :number

The number of columns that this cell should span. Defaults to null (indicating that a colspan attribute will not be set on the rendered DOM element).
Type:
  • number
Default Value:
  • null
Source:

cssRequirements :object[]

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

width :string

The width to set the cell. This should include units, e.g. "100px" for 100 pixels.
Type:
  • string
Default Value:
  • null
Source:

Methods

createWidgetDom()

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

postCreate()

Calls processWidgets
Source: