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.52. Simple Search Widget Configuration