Namespace contextMenu
For functionality related to the handling of context menu
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
contextMenu
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
contextMenu.onCommand(evt)
Pass the context information to posting_process.js
|
| <static> |
contextMenu.onValidate(evt)
If the content is not editable, do not show the Privly New Message
context menu item.
|
Method Detail
<static>
contextMenu.onCommand(evt)
Pass the context information to posting_process.js
- Parameters:
- evt
- the command event that is fired
<static>
contextMenu.onValidate(evt)
If the content is not editable, do not show the Privly New Message
context menu item.
- Parameters:
- evt
- the validate event that is fired