07-06-2015 09:22 AM
07-08-2015 02:39 AM
07-17-2015 09:54 AM
07-23-2015 04:53 AM
var moveNodesURL = Alfresco.constants.PROXY_URI + "alfresco/service/slingshot/doclib/action/move-to/node/workspace/SpacesStore/a211774d-ba6d-4a35-b97f-dacfaac7bde3";
Alfresco.util.Ajax.request(
{
url: moveNodesURL,
method: Alfresco.util.Ajax.POST,
dataStr: nodeRefs,
successCallback:
{
fn: function successCallback(response, config)
{
Alfresco.util.PopupManager.displayMessage({text: this.msg('Successfully moved selected file(s)..')});
this.refreshSearch(
{
searchTag: "",
searchTerm: YAHOO.lang.trim(Dom.get(this.id + "-search-text").value),
searchQuery: ""
});
},
scope: this
},
failureMessage: this.msg("Moving file(s) failed"),
failureCallback:
{
fn: this.failureHandler,
scope: this
}
});
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.