11-12-2015 10:04 AM
Hello,
In nuxeo inline js how do you get the formattedpath of a document, with the doc.title instead of doc.name ?
Could it be possible OR NOT with some kind of... this that FAILED
Seam.Component.getInstance("publishActions").getFormattedPath(doc.path.toString(),getFormattedPathCallback);
// CallBack from the Seam AJAX request
var result;
function getFormattedPathCallback(result) {
alert(result);
}
and how ?
thanks
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.