Studio Developer Manual / Version 2107
Table Of Contents
A widget of type SimpleSearchWidgetType
displays the result of a search for
contents of a configurable type containing a configurable text.
By default, the search is limited to the preferred site, if such a site is set.
Through the state class SimpleSearchWidgetState
,
the dashlet provides the associated configuration options
contentType
, searchText
, and preferredSite
.
An example configuration of this widget might look like this:
<editor:ConfigureDashboardPlugin> <editor:widgets> <editor:SimpleSearchWidgetState contentType="CMPicture"/> </editor:widgets> <editor:types> <editor:SimpleSearchWidgetType/> </editor:types> </editor:ConfigureDashboardPlugin>
Example 7.74. Simple Search Widget Configuration