Alert using CE - onAction event not firing

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.