...
Code Block | ||
---|---|---|
| ||
CWEH.registerHandler("<WIDGET_ID>", CWEC.SWITCH_VIEW_CHANGE, function(arguments) { // Implementation specific code }) |
- WIDGET_RENDERED
This handler is applicable for all the views (apps). This event occurs after the app (widget) is loaded with the data.
Code Block | ||
---|---|---|
| ||
CWEH.registerHandler("<WIDGET_ID>", CWEC.WIDGET_RENDERED, function(record)
{
// Implementation specific code
}) |