Class ecm.widget.dialog.ClassChooserDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used choose a class when editing multiple items.
Defined in: <ecm\widget\dialog\ClassChooserDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.dialog.BaseDialog:
fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
Destroys the dialog.
 
 
Resize the grid.
 
show(items, classes, callback, entryTemplates)
Shows the dialog
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, hide, isMaximized, onDragOver, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.ClassChooserDialog()

Method Detail

destroy()

Destroys the dialog.

postCreate()


resize()

Resize the grid.

show(items, classes, callback, entryTemplates)

Shows the dialog
Parameters:
items
Array of ecm.model.ContentItem objects.
classes
Array of (@link ecm.model.Contentclass} objects for the items.
callback
entryTemplates