Class ecm.widget.TeamspacePropertiesPane


Extends dijit._Widget.
Provides a widget that is used to view or edit the properties of a teamspace template.
Defined in: <ecm\widget\TeamspacePropertiesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
If true then radio buttons will be displayed for setting the template availability.

Method Summary

Method Attributes Method Name and Description
 
Constructor
 
Callback function called when the teamspace is updated.
 
 
 
Sets the initial value for the input fields.
 
Saves the changes to the teamspace object.
 
validate(focus)
Validates the current settings.

Constructor Detail

ecm.widget.TeamspacePropertiesPane()

Field Detail

showState

If true then radio buttons will be displayed for setting the template availability.

Method Detail

constructor(args)

Constructor
Parameters:
args

onChange()

Callback function called when the teamspace is updated.

postCreate()


postMixInProperties()


resetPane()

Sets the initial value for the input fields.

saveChanges()

Saves the changes to the teamspace object.

validate(focus)

Validates the current settings.
Parameters:
focus
If true and if there are errors, focus is set on the field that has the error.
Returns:
If there are errors, then the field that has the error is returned.