addActionListener (actionId, callback, scope)
addActionListener (actionId, callback, scope)
Registers application function as a listener for specified panel-level action button.
Parameters:
-
actionId(String): action element id as defined in AXVW; -
callback: reference (not name) of the function to be called; -
scope(object): (optional) callback scope object; the function will be able to access the scope object using "this" reference; (default = window object);
