Class ecm.widget.dialog.TemplatePropertiesDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to edit teamspace template properties.
Defined in: <ecm\widget\dialog\TemplatePropertiesDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
model 
Instance of ecm.model.Teamspace model.
Fields borrowed from class ecm.widget.dialog.BaseDialog:
fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
Constructor for the model.
 
isValid(focus)
************************************************************************************************************ Used to validate the teamspace properties pane.
 
Called when the Save button is clicked.
 
Called after widget creation.
 
show()
Shows the dialog.
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, destroy, hide, isMaximized, onDragOver, resize, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.TemplatePropertiesDialog()

Field Detail

model

Instance of ecm.model.Teamspace model.

Method Detail

constructor(args)

Constructor for the model.
Parameters:
args

isValid(focus)

************************************************************************************************************ Used to validate the teamspace properties pane.
Parameters:
focus

onSave()

Called when the Save button is clicked.

postCreate()

Called after widget creation.

show()

Shows the dialog.