Class ZmRecipients
This class provides a central area for managing email recipient fields. It is not a control,
and does not exist within the widget hierarchy.
Defined in: ZmRecipients.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
ZmRecipients(params, resetContainerSizeMethod, enableContainerInputs, reenter, contactPopdownListener, contextId)
|
Method Summary
Method Attributes |
Method Name and Description |
|
Gets the field values for each of the addr fields.
|
Class Detail
ZmRecipients(params, resetContainerSizeMethod, enableContainerInputs, reenter, contactPopdownListener, contextId)
- Parameters:
-
{hash} params
- a hash of params:
-
{function} resetContainerSizeMethod
- callback for when size needs to be adjusted
-
{function} enableContainerInputs
- callback for enabling/disabling input fields
-
{function} reenter
- callback to enable design mode
-
{AjxListener} contactPopdownListener
- listener called when contact picker pops down
-
{string} contextId
- ID of owner (used for autocomplete list)
Method Detail
{Array}
getRawAddrFields()
Gets the field values for each of the addr fields.
- Returns:
- {Array} an array of addresses
|