ScriptAction.execute Method

Executes the action. Implementers of this method should call this._super() first to get the deferred object to return.
 

Parameters

adapterEventArgs

Type: ScriptActionEventArgs
The event args for executing this action. For scripts, it should be a dundas.view.ScriptActionEventArgs.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the action is complete.