Hi paul.
When using a function u should always use () behind it.
So when you have :
onAction : handleAction
it should be
onAction : handleAction()
Kind regards,
Kristof.
Hi paul.
When using a function u should always use () behind it.
So when you have :
onAction : handleAction
it should be
onAction : handleAction()
Kind regards,
Kristof.