Module: alfresco/lists/views/layouts/Row

alfresco/lists/views/layouts/Row

Use this widget to render a row of cells
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:

cssRequirements :object[]

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

dndUploadHighlightImage :string

Overrides the mixed in default to use the smaller image.
Type:
  • string
Since:
  • 1.0.42
Default Value:
  • "elipse-cross.png"
Source:

dndUploadHighlightText :string

Overrides the mixed in default to hide the upload message.
Type:
  • string
Since:
  • 1.0.42
Source:

suppressDndUploading :boolean

Overrides the default mixed in configuration to suppress upload highlighting by default.
Type:
  • boolean
Since:
  • 1.0.42
Default Value:
  • true
Source:

zebraStriping :boolean

Indicates that a "zebra striping" style should be applied (e.g. odd and even rows being different colours).
Type:
  • boolean
Default Value:
  • false
Source:

Methods

createWidgetDom()

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

focus()

Focuses the domNode. This has been added to support the dijit/_KeyNavContainer functions mixed into the document library views to allow easier keyboard navigation.
Source:

postCreate()

Calls processWidgets
Source: