Class ecm.widget.search.SearchTab


Extends dijit._WidgetBase.
Provides a widget that contains a ecm.widget.search.SearchForm widget and a ecm.widget.listView.ContentList widget with the widget events wired together. The parent for the SearchTab widget is an idx.widget.ContentPane or other widget that passes the container attribute to this widget.
Defined in: <ecm\widget\search\SearchTab.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Indicates whether to automatically run the search and hide the search criteria when loaded.
 
Indicates whether to automatically open the first item in the results list if the search runs automatically when opened and returns a single item.
 
Indicates whether to automatically run the search when loaded.
 
The ID of the search feature that hosts this search tab.
 
A ecm.model.SearchTemplate object of the search being opened
 
 
 
 
 
The version of the search to be opened, i.e.

Method Summary

Method Attributes Method Name and Description
 
constructor(cArgs)
 
 
 
Resizes the search criteria pane of this widget.

Constructor Detail

ecm.widget.search.SearchTab()

Field Detail

hideSearchCriteria

Indicates whether to automatically run the search and hide the search criteria when loaded. Only applicable to searches that are free of errors, and meet the minimum criteria requirements.
Since:
2.0.3

openItemOnLoad

Indicates whether to automatically open the first item in the results list if the search runs automatically when opened and returns a single item.
Since:
2.0.3.5

runSearchOnLoad

Indicates whether to automatically run the search when loaded. Only applicable to searches that are free of errors, and meet the minimum criteria requirements.
Since:
2.0.3

searchFeatureId

The ID of the search feature that hosts this search tab.
Since:
2.0.3

searchTemplate

A ecm.model.SearchTemplate object of the search being opened

showClear

Deprecated:
As of release 2.0.1

showEdit

Deprecated:
As of release 2.0.1

showingContentList

Deprecated:
As of release 2.0.1

showingSearchToggleArea

Deprecated:
As of release 2.0.1

version

The version of the search to be opened, i.e., "current", "released" or "specific". If not defined, the released version is opened.
Since:
2.0.3

Method Detail

constructor(cArgs)

Parameters:
cArgs

onLoad()


resetPanes()

Deprecated:
As of release 2.0.1

resizeSearchCriteria()

Resizes the search criteria pane of this widget.