Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replaced cbx events with Canvas Constants.

...

For Chart apps, the following listeners are available to handle the user click events:

  • contextclickCONTEXT_CLICK – listens to the single-click events
  • graphdrilldownDRILL_DOWN – listens to the double-click events

...

Code Block
languagejs
CWEH.registerHandler('APP_CURRENCY_TXN', CWEC.DRILL_DOWN, function(config, data)
{
	//Implementation logic for double-click goes here 
});