...
Code Block | ||
---|---|---|
| ||
CWEH.registerHandler('BEN_SUMMARY_LIST', CWEC.CELL_CLICK, function(colId, colValue, rowData)
{
// Cell click logic goes here
}); |
...
Refer the following pages:
Page Tree root Creating a JS Class for App
...
Code Block | ||
---|---|---|
| ||
CWEH.registerHandler('BEN_SUMMARY_LIST', CWEC.CELL_CLICK, function(colId, colValue, rowData)
{
// Cell click logic goes here
}); |
...
Refer the following pages:
Page Tree root Creating a JS Class for App