Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
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
languagejs
IWMHCWMH.registerHandler("MENU_ID", IWMC.<<Event Id>>, function (){
		// Business functionality here
} 

...