Class ZmAttendeePicker
Extends
DwtTabViewPage.
This class allows the user to search for attendees, locations, or
equipment. It presents a chooser which allows the user to select items from
the search results.
Defined in: ZmAttendeePicker.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a new dialog that can be used to choose attendees, locations, or equipment.
|
Method Summary
Method Attributes |
Method Name and Description |
|
Enables/disables multiple locations.
|
- Methods borrowed from class DwtTabViewPage:
- getContentHtmlElement, hideMe, resetSize, showMe
- Methods borrowed from class DwtComposite:
- addChild, cleanupSeparators, clear, dispose, getChild, getChildren, getNumChildren, getTabGroupMember, removeChild, removeChildren
- Methods borrowed from class DwtControl:
- addClassName, addControlListener, addDisposeListener, addListener, appendElement, blur, clearContent, clearHandler, condClassName, delClassName, focus, getBounds, getClassName, getContent, getCursor, getData, getDragBox, getDragSource, getDropTarget, getEnabled, getFocusElement, getH, getHtmlElement, getHTMLElId, getInsetBounds, getInsets, getLocation, getMargins, getOpacity, getOuterSize, getPosition, getScrollContainer, getScrollStyle, getSize, getTooltipBase, getToolTipContent, getVisibility, getVisible, getW, getX, getXW, getY, getYH, getZIndex, hasFocus, isAlertShown, isDisposed, isInitialized, isListenerRegistered, notifyListeners, preventContextMenu, preventSelection, removeAllListeners, removeControlListener, removeDisposeListener, removeListener, reparent, reparentHtmlElement, replaceElement, setBounds, setClassName, setContent, setCursor, setData, setDisplay, setDisplayState, setDragBox, setDragSource, setDropTarget, setEnabled, setEventPropagation, setFocusElement, setHandler, setHtmlElementId, setLocation, setOpacity, setPosition, setScrollStyle, setSize, setToolTipContent, setVisibility, setVisible, setZIndex, showAlert, zShow
Class Detail
ZmAttendeePicker(editView, attendees, controller, type, dateInfo)
Creates a new dialog that can be used to choose attendees, locations, or equipment.
Author: Sathishkumar.
- Parameters:
-
{DwtComposite} editView
- the edit view that pops up this dialog
-
{Hash} attendees
- the attendees/locations/equipment
-
{ZmApptComposeController} controller
- the appt compose controller
-
{constant} type
- the chooser page type
-
dateInfo
Method Detail
enableMultipleLocations(enable)
Enables/disables multiple locations.
- Parameters:
-
{Boolean} enable
- if
true , allow multiple locations
|