Versions Compared

Key

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

...

The following sample code is a simple JS class for an App with the Id BEN_SUMMARY_LIST. Assuming the file name is beneficiarySummaryClassicList.js

Code Block
languagejs
CWEH.registerHandler('BEN_SUMMARY_LIST', CWEC.CELL_CLICK, function(colId, colValue, rowData)
{
// Cell click logic goes here
}); 

Refer the following pages:

Page Tree
rootCreating a JS Class for App