HPA.Server
Server API - helper methods for client-server communication.
Usage example:
HPA.Server.request( { appId: "myApp", uri: "defect", scope: this, success: function(){ console.log('Success'); })
Methods
Methods
request
(
async
-
opts
Send an HTTP request to the HP Anywhere server. Note special properties of the parameter in the parameter description.
Important: Ajax server requests are asynchronous, and this call will return before the response has been received. Process any returned data in a callback function. Based on Sencha's Ajax API. See also Sencha's documentation.