Class ecm.model.EntryTemplateOption


Extends ecm.model._ModelObject.
Represents the settings for an entry template option.
Defined in: <ecm\model\EntryTemplateOption.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
hidden 
A boolean value indicating if the option is hidden.
 
on 
A boolean value indicating if the option is turned on.
 
A boolean value indicating if the option is ready only.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.EntryTemplateOption(properties)

Constructor
Parameters:
properties
The properties for the entry template option object. The properties can be any of the public fields as defined below and on ecm.model._ModelObject.

Field Detail

hidden

A boolean value indicating if the option is hidden.

on

A boolean value indicating if the option is turned on.

readOnly

A boolean value indicating if the option is ready only.