[Nuxeo 6.0] inline js + getFormattedPath
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
0 REPLIES 0
