Zimlet JavaScript API Reference - ZmRecipients

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

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:36 GMT-0400 (EDT)