Class ZmApptController
Extends
ZmCalItemComposeController.
Defined in: ZmApptController.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a new appointment controller to manage read-only appointment viewing.
|
- Methods borrowed from class ZmCalItemComposeController:
- getItemView, getToolbar, saveCalItem, toggleSpellCheckButton
- Methods borrowed from class ZmBaseController:
- getCurrentToolbar, getCurrentView, getItemCount, getItems, handleKeyAction, isCurrent, setSessionId
- Methods borrowed from class ZmController:
- getApp, getCurrentViewId, getCurrentViewType, getKeyMapName, getNewFolderCallback, getSessionId, getTabGroup, getViewElements, isTransient, mapSupported, popupErrorDialog, popupUploadErrorDialog, setCurrentViewId, setCurrentViewType
Class Detail
ZmApptController(container, app, type, sessionId)
Creates a new appointment controller to manage read-only appointment viewing.
Author: Vince Bellows.
- Parameters:
-
{DwtShell} container
- the containing shell
-
{ZmApp} app
- the containing app
-
{constant} type
- controller type
-
{string} sessionId
- the session id
|