| Issue 42: | Retrieve the action invoked. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
There needs to be a way to know what button was invoked. The idea is that I want people to be able to customize things in the onInvokeAction() function. |
Passing in the action invoked string now as the second parameter: function onInvokeAction(id, action) { }