Class ecm.widget.ContentListDropDownDialog


Extends ecm.widget.DropDownDialog.
Provides a widget that contains a drop-down list that is used in a content list.
Defined in: <ecm\widget\ContentListDropDownDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.DropDownDialog:
applyButtonLabel, hideCancelButton, hideOKButton, okButtonLabel, showApplyButton

Method Summary

Method Attributes Method Name and Description
 
Close the popup.
 
hide()
Closes the pop-up.
 
onRowClick(item, evt)
 
 
render(callback)
 
setItem(repository, itemid, callback)
Creates a stackpane for the specified item id's data.
 
setRootPane(item, pane)
Set the root pane to display in the stackpane.
 
show(data)
Displays the pop-up.
Methods borrowed from class ecm.widget.DropDownDialog:
constructor, focus, onClickApply, onClickCancel, onClickOK, onClose, onOpen, scheduleResize, setAlignLeftOKButton, setDisabledApplyButton, setDisabledOKButton, setOKButtonLabel, setShowApplyButton, setShowOKButton

Constructor Detail

ecm.widget.ContentListDropDownDialog()

Method Detail

close()

Close the popup.

hide()

Closes the pop-up.
Defined in: <ecm\widget\BreadcrumbDropDownDialog.js>.

onRowClick(item, evt)


Defined in: <ecm\widget\BreadcrumbDropDownDialog.js>.
Parameters:
item
evt

postCreate()


render(callback)


Defined in: <ecm\widget\BreadcrumbDropDownDialog.js>.
Parameters:
callback

setItem(repository, itemid, callback)

Creates a stackpane for the specified item id's data.
Parameters:
repository
Instance of ecm.model.Repository.
itemid
The id of the item.
callback
Callback function.

setRootPane(item, pane)

Set the root pane to display in the stackpane.
Parameters:
item
The item.
pane
The pane.

show(data)

Displays the pop-up.
Defined in: <ecm\widget\BreadcrumbDropDownDialog.js>.
Parameters:
data
Data to set as the content.