Using the Callback Functions |
![]() ![]() ![]() |
Callback functions can be defined with submitProcessForm(), refreshAreas(), refreshBlocks(), refreshOptions(), refreshFields() and customRefresh() methods calls of MoreMotionAjaxManager function class.
The callback function is called when response is received from the server and response handler completely finishes its work. The parameter passed to the callback function is a MultiPartAjaxResponse object that provides all the information about the request sent and the response received.
|