...
Code Block | ||
---|---|---|
| ||
CWEH.registerHandler("APP_ID",CWEC.<<EventId>>,function(){ // Business functionality here }); |
...
CWMH – Canvas Workspace Menu Handler Registry
What is this registry: This is the registry that stores workspace menu handlers for all the configured menu Items in WORKSPACE_MENU_DEFINITION table.
...
Syntax:
Code Block | ||
---|---|---|
| ||
IWMHCWMH.registerHandler("MENU_ID", IWMC.<<Event Id>>, function (){ // Business functionality here } |
...