Question
Menu Actions: eventType question. JS
Hi,
(1) How would I add an eventListener for a given menu action that kicks
in when the menu is dismissed?
Eg
myMenuAction.addListener("onInvoke", function(){alert("Hello");});
adds a listener when it is invoked. But what would be the eventType for
"dismiss"?
(2) Where are the list of eventTypes documented?
Thanks,
Ariel