02-05-2015 04:21 AM
02-05-2015 04:59 AM
var me = this;
var actionUrl = Alfresco.constants.PROXY_URI + "url/to/your/webscript";
Alfresco.util.Ajax.request(
{
url: actionUrl,
method: Alfresco.util.Ajax.GET,
responseContentType: Alfresco.util.Ajax.JSON,
successCallback:
{
fn: me._successHandler,
scope: me
},
failureCallback:
{
fn: me.__failureHandler,
scope: me
},
scope: me,
noReloadOnAuthFailure: me
});
var response = remote.call("/url/to/your/webscript");
02-05-2015 08:12 AM
02-10-2015 10:03 AM
02-12-2015 12:38 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.