09-20-2013 05:02 AM
onUploadToKb:function DLTB_onFileUploadWithTooltip(e, p_obj)
{
var uniqueIdOfFolder=this.doclistMetadata.parent.nodeRef;
Alfresco.util.PopupManager.displayMessage(
{
text: "Show Document"+uniqueIdOfFolder
});
Alfresco.util.Ajax.request(
{
url:"http://127.0.0.1:8080/alfresco/service'+'/components/alfresco/uploadToKb?parentNode='+uniqueIdOfFold...,
method: Alfresco.util.Ajax.GET,
successCallback:
{
fn :this.onTemplateLoaded,
obj: this,
scope:this
},
scope: this,
execScripts: true,
failureMessage: "Could not Upload the Document"
});
},
onTemplateLoaded : function()
{
Alfresco.util.PopupManager.displayMessage(
{
text: "Document is Moved Successfully"
});
},
11-22-2013 10:49 PM
04-07-2016 02:40 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.