Zimlet JavaScript API Reference - ZmMailConfirmController

Class ZmMailConfirmController


Extends ZmController.

This class represents the mail confirmation controller.

Defined in: ZmMailConfirmController.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmMailConfirmController(container, mailApp, type, sessionId)
Creates a new controller to show mail send confirmation.
Method Summary
Method Attributes Method Name and Description
 
showConfirmation(msg, composeViewId, composeTabId, controller)
Shows the confirmation that the message was sent.
Methods borrowed from class ZmController:
getApp, getCurrentViewId, getCurrentViewType, getKeyMapName, getNewFolderCallback, getSessionId, getTabGroup, getViewElements, handleKeyAction, isTransient, mapSupported, popupErrorDialog, popupUploadErrorDialog, setCurrentViewId, setCurrentViewType, setSessionId
Class Detail
ZmMailConfirmController(container, mailApp, type, sessionId)
Creates a new controller to show mail send confirmation.
Parameters:
{DwtShell} container
the containing shell
{ZmApp} mailApp
the containing app
{constant} type
controller type
{string} sessionId
the session id
Method Detail
showConfirmation(msg, composeViewId, composeTabId, controller)
Shows the confirmation that the message was sent.
Parameters:
{ZmMailMsg} msg
the message that was sent
{constant} composeViewId
the compose view id
{constant} composeTabId
the compose tab id
{ZmComposeController} controller
compose controller

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