12-08-2015 05:42 AM
url = Alfresco.constants.PROXY_URI + "path/to/my/webscripts"
Alfresco.util.Ajax.jsonGet({
url : url,
successCallback : {
fn : function (res) {
var result = eval('(' + res.serverResponse.responseText + ')');
// Here I get empty result with Firefox but with Chrome it's ok
},
scope : this
},
failureCallback : {
fn : function() {
// whatever I want to do when error occurs
},
scope : this
}
});
12-09-2015 06:23 PM
12-10-2015 05:50 AM
12-16-2015 09:19 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.