03-27-2014 11:53 AM
Alfresco.util.Ajax.request({
url: 'com/mycompany/mywebscript',
dataObj: {
mode: "test",
submitType: "json"
},
});
03-28-2014 01:30 AM
03-28-2014 06:49 AM
Alfresco.util.Ajax.request({
url: Alfresco.constants.PROXY_URI + "com/mycompany/annotation",
method: Alfresco.util.Ajax.GET,
dataObj: {
mode: "test",
submitType: "json"
},
}),
03-28-2014 10:09 AM
Data received : ${args.mode}
03-28-2014 12:45 PM
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.