# SearchRendererPanel

Component SearchRendererPanel is used to load and display one or more search renderers (depending on the configuration) and to include them as search filters for the search.

# Properties

  • HTMLElement

  • Element tag: cm4ap-search-renderer-panel

# Parameter

# Parameters in the Layout

Name Type Description
searchActor SearchActor Connects the displayed panel with the search. The values entered are transferred as filters to the search.
rendererName string
default: default
Defines the renderer configuration to be loaded.
moduleName string
default: current module
Module from which the renderers are queried and in which the search is performed.
defaultRenderer number
default: 0
Index of the renderer to be displayed. If this index does not exist in the renderer array, no renderer will be displayed (but the selection will be).
useDefaultValue boolean
default: true
If set to false, the configured default_value specifications of the search renderer are ignored.
realTimeSearch boolean
default: false
Defines whether the search request is sent immediately after the search value changed.
hideSearchButton boolean
default: false
Defines whether the search button is displayed.
hideResetButton boolean
default: false
Defines whether the reset button is displayed.
rendererNames array of string Defines the renderer configurations to be loaded.
searchSetActor SearchSetActor Required to get the modules' renderer names configured.
Request missing documentation