close

Filter

loading table of contents...

Studio Developer Manual / Version 2107

Table Of Contents

7.16.3.2 Simple Search Widget

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


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.