Module: alfresco/search/AlfSearchListView

alfresco/search/AlfSearchListView

Extends the abstract document list view to provide a specific set of instructions to display when no search results are available. This advice is in the form of a bulleted ordered list and is configurable through the searchAdvice attribute
Author:
  • Dave Draper
License:
Source:

Members

siteLandingPage :string

The standard landing page for a site
Type:
  • string
Since:
  • 1.0.38
Default Value:
  • "/dashboard"
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:
"detailed"
Type
string