Class ZmItemMoveAction
Extends
ZmItemAction.
Represents an undoable move action on an item
Defined in: ZmAction.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
|
- Methods borrowed from class ZmModel:
- addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmItemMoveAction(item, fromFolderId, toFolderId, op)
- Parameters:
-
{ZmItem} item
- Item to perform the move on
-
{int} fromFolderId
- Original folder id of the item
-
{int} toFolderId
- Destination folder id of the item
-
{String} op
- The operation to perform (e.g. "move")
|