AJAX calling an external webservice from the client: Difference between revisions

m
mNo edit summary
Line 14: Line 14:




=== General knowledge ==
*[[Using the AJAX Library]]
*[[Using the AJAX Library]]
*[[Using a WebService]]
*[[Using a WebService]]
attaching a javascript function to onBeforeSave (inside initForm):
oForm.onBeforeSave = function(oVdfForm, sTable){
        alert("onBeforeSave: " + oVdfForm + " " + sTable);
    }
1,134

edits