10-04-2011 05:41 AM
updateFileAfterCommentPost : function commentPost(docNodeRef){
alert("7->"+docNodeRef);
//var title= document.properties.title;
},10-04-2011 06:12 AM
10-04-2011 06:46 AM
onCreateFormSubmitSuccess : function c(i, j) {
// webscript call from here. I have the nodeRef in this.docNodeRef variable
this.widgets.editor.clear();
YAHOO.Bubbling.fire("refreshComments", {
reason : "created"
});
this.enableInputs()
},10-04-2011 08:49 AM
If I prepare a new webscript that will update my document, how can I call that webscript from here.There are plenty of examples throughout Share - search for "Alfresco.util.Ajax"
10-05-2011 02:44 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.