Class ecm.widget.entryTemplateBuilder.DestinationPane


Extends dijit._Widget.
Provides a widget that has the entry template folder settings for the item that is going to be added. Also includes the file in folder options (if appropriate).
Defined in: <ecm\widget\entryTemplateBuilder\DestinationPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.entryTemplate 
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.repository 
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.type 
The entry template type string.

Method Summary

Method Attributes Method Name and Description
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.constructor()
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.getMessages()
Returns array of message object containing the errors on the pane.
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.loadModel()
Loads the model with the screen data.
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.onChangeDestination(saveInValue)
Fired when save in value changes.
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.onFieldChange()
Fired when a field changes value.
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.postCreate()
<static>  
ecm.widget.entryTemplateBuilder.DestinationPane.setType(type)
Set the type.

Constructor Detail

ecm.widget.entryTemplateBuilder.DestinationPane()

Since:
2.0.3

Field Detail

<static> ecm.widget.entryTemplateBuilder.DestinationPane.entryTemplate

Instance of ecm.model.EntryTemplate.

<static> ecm.widget.entryTemplateBuilder.DestinationPane.repository

Instance of ecm.model.Repository.

<static> ecm.widget.entryTemplateBuilder.DestinationPane.type

The entry template type string. One of the EntryTemplate.TYPE object type values.

Method Detail

<static> ecm.widget.entryTemplateBuilder.DestinationPane.constructor()


<static> ecm.widget.entryTemplateBuilder.DestinationPane.getMessages()

Returns array of message object containing the errors on the pane.

<static> ecm.widget.entryTemplateBuilder.DestinationPane.loadModel()

Loads the model with the screen data.

<static> ecm.widget.entryTemplateBuilder.DestinationPane.onChangeDestination(saveInValue)

Fired when save in value changes.
Parameters:
saveInValue
The selected ecm.model.SelectedFolder object.

<static> ecm.widget.entryTemplateBuilder.DestinationPane.onFieldChange()

Fired when a field changes value.

<static> ecm.widget.entryTemplateBuilder.DestinationPane.postCreate()


<static> ecm.widget.entryTemplateBuilder.DestinationPane.setType(type)

Set the type. Called by the SettingsPane to set the type.
Parameters:
type