How to customize the automatically generated Ajax Calls, and manipulate the result of Ajax Calls.
Taeho.BPM
WebMaker Ver 3.x
Source: Hyfinity Forum
WebMaker provides the option of making asynchronous calls from your pages, either to a Partial Page within WebMaker architecture, or alternatively to a remote Third Party Service. When using these options, FormMaker automatically generates the required JavaScript code to implement the AJAX calls needed for this. In most cases this default functionality will be fine for your situation, but this can be customised if required to meet your exact circumstances. This is done by creating your own appropriately named JavaScript functions as defined below. In each method signature, the <identifier> should be the name in FormMaker of the field that initiates the AJAX call. For example, if you had a field defined in FormMaker called 'loadBtn' that was clicked to start the AJAX call you would need to create functions with the following names to make use of this functionality: 'loadBtnConfigureRequestParameters', 'loadBtnSetLoadingMessage', and 'loadBtnManipulateResponse'.