Class ZmTagTreeController
Extends
ZmTreeController.
This class controls a tree display of tags.
Defined in: ZmTagTreeController.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a tag tree controller.
|
Method Summary
Method Attributes |
Method Name and Description |
|
Resets and enables/disables operations based on context.
|
- Methods borrowed from class ZmTreeController:
- clearTreeView, dispose, getDataTree, getDropTarget, getTreeView, show, toString
- Methods borrowed from class ZmController:
- getApp, getCurrentViewId, getCurrentViewType, getKeyMapName, getNewFolderCallback, getSessionId, getTabGroup, getViewElements, handleKeyAction, isTransient, mapSupported, popupErrorDialog, popupUploadErrorDialog, setCurrentViewId, setCurrentViewType, setSessionId
Class Detail
ZmTagTreeController()
Creates a tag tree controller.
Method Detail
resetOperations(parent, id, id)
Resets and enables/disables operations based on context.
- Parameters:
-
{Object} parent
- the widget that contains the operations
-
{String} id
- the currently selected/activated organizer
-
id
|