Class ecm.widget.EntryTemplateFolderAssociationsPane


Extends .
Provides a widget that is used to display the EntryTemplates associated with a folder.
Defined in: <ecm\widget\EntryTemplateFolderAssociationsPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
 
readonly
 
The active repository type.
 
for teamspace admin to access
 
boolean whether the widget is in teamspace admin

Method Summary

Method Attributes Method Name and Description
 
 
 
onSelectionChange(selectedItems)
Event invoked when the selection list selections change.
 
 
render the contentlists with the provided items from teamspace
 
save(callback, checkIn)
Save the associated entry templates.
 
setItem(item, callback)
Set the folder item that is held by this._item and set the icon and label of the folder item.
 
setItems(model, selectedItems, availableResultSet)
set the content list items from team space
 
Sets the models to be used

Constructor Detail

ecm.widget.EntryTemplateFolderAssociationsPane()

Field Detail

gutters


readOnly

readonly

repositoryType

The active repository type.

selectionList

for teamspace admin to access

teamSpace

boolean whether the widget is in teamspace admin

Method Detail

onInherit()


onInheritChange()


onSelectionChange(selectedItems)

Event invoked when the selection list selections change.
Parameters:
selectedItems
An array of selected items.

postCreate()


renderTeamSpace()

render the contentlists with the provided items from teamspace

save(callback, checkIn)

Save the associated entry templates.
Parameters:
callback
A function that is called after the associated entry templates are saved
checkIn
A boolean value indicating whether this operation should check in the item.

setItem(item, callback)

Set the folder item that is held by this._item and set the icon and label of the folder item.
Parameters:
item
A folder ecm.model.ContentItem.
callback
A callback method that is called after the contentlist have been rendered.

setItems(model, selectedItems, availableResultSet)

set the content list items from team space
Parameters:
model
selectedItems
availableResultSet

setModels()

Sets the models to be used