Module: alfresco/documentlibrary/views/AlfSimpleView

alfresco/documentlibrary/views/AlfSimpleView

The simple view takes up less vertical height than the details view but provides less information on each node.
Author:
  • Dave Draper
License:
Source:

Members

additionalCssClasses :string

By default the detailed view should have no borders
Type:
  • string
Default Value:
  • "no-borders"
Source:

viewSelectionConfig :object

The configuration for selecting the view (configured the menu item)
Type:
  • object
Properties:
Name Type Description
label string | null The label or message key for the view (as appears in the menus)
iconClass string | null The class to place next to the label
Source:

widgets :object[]

The definition of how a single item is represented in the view.
Type:
  • object[]
Source:

Methods

getViewName() → {string}

Returns the name of the view that is used when saving user view preferences.
Source:
Returns:
"simple"
Type
string