Class ecm.widget.search.SaveSearchDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to create a saved search for an IBM Content Manager OnDemand repository.
Defined in: <ecm\widget\search\SaveSearchDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
Indicates whether this search is configured to run automatically when opened.
 
Indicates whether to hide the auto-run option.
 
A function that is called with the form data when the OK button is clicked.
 
The description of the search.
 
The maximum length of the description.
 
Indicates whether the search is being edited.
 
Indicates whether the search meets the minimum criteria requirements to run.
 
name 
The name of the search.
 
The maximum length of the name.
 
A boolean value indicating whether to hide the security options.
 
Indicates whether this search is configured to be shown in the folder structure of the repository it is filed in.
 
Indicates whether to hide the show in tree option.
Fields borrowed from class ecm.widget.dialog.BaseDialog:
expandable, fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
 
 
 
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, hide, isMaximized, onDragOver, resize, setExpandable, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, show, showActionBar

Constructor Detail

ecm.widget.search.SaveSearchDialog()

Field Detail

autoRun

Indicates whether this search is configured to run automatically when opened.

autoRunHidden

Indicates whether to hide the auto-run option.

callback

A function that is called with the form data when the OK button is clicked.

description

The description of the search.

descriptionMaxLength

The maximum length of the description.

editing

Indicates whether the search is being edited. When editing a search, the options to select a folder and set security aren't available.

meetsMinimumCriteria

Indicates whether the search meets the minimum criteria requirements to run. If set to false, the search cannot be configured to run automatically when opened.

name

The name of the search.

nameMaxLength

The maximum length of the name.

securityHidden

A boolean value indicating whether to hide the security options. If set to true, users won't be able to share a new search with other users.

showInTree

Indicates whether this search is configured to be shown in the folder structure of the repository it is filed in.

showInTreeHidden

Indicates whether to hide the show in tree option.

Method Detail

constructor(args)

Parameters:
args

destroy()


onCancel()


postCreate()