cancel
Showing results for 
Search instead for 
Did you mean: 

[Nuxeo 6.0] inline js + getFormattedPath

milonette_
Star Collaborator
Star Collaborator

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

0 REPLIES 0