Issue 42: Retrieve the action invoked.
Status:  Fixed
Owner:
extremec...@gmail.com
Closed:  Oct 2007
Reported by extremec...@gmail.com, Oct 25, 2007
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. 

Oct 27, 2007
#1 extremec...@gmail.com
Passing in the action invoked string now as the second parameter:

function onInvokeAction(id, action) {
}

Status: Fixed