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
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- 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
- Source:
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 -
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