08-26-2013 06:32 PM
08-26-2013 11:14 PM
12-19-2013 05:49 PM
12-20-2013 03:31 AM
var me = this;
var actionUrl = Alfresco.constants.PROXY_URI +
"someco/example/moveCategory?sourceNodeRef=workspace://SpacesStore/31005cf4-f4a3-456b-bc06-37e077c39649&targetNodeRef=workspace://SpacesStore/b09d5311-34cc-414a-b1e7-d108eb7ec45a";
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
});
04-10-2014 12:25 AM
12-21-2013 08:41 AM
01-02-2014 09:59 AM
console.log(arguments)
at the beginning of onSearchClick JS method?
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.