javascript-client
Hi, Is there a way to trigger a workflow from front-end (Vue/React) irrespective of any document ? How do we access every node in a workflow from front end? Similar example has been posted but any more details would help:- ...
0 votes
1 answers
0 comments
609 views
Hello, Either the following piece of code: <nuxeo-data-table ... orderable="true" editable="true"> <nuxeo-data-table-column ...> <template> [[item]] </template> </nuxeo-data-table-column> <nuxeo-data-table-form> ...
1 votes
1 answers
0 comments
1320 views
Hi, I want to get data from REST API with Ajax. Can I get the information of several files in the folders or the information of several folders at once?
0 votes
1 answers
0 comments
919 views
I'm trying to use the document suggestion results to populate multiple UI fields after selection. The only value accessible post-selection is the document id. Is there a way to return a document object after selection, or is there an API call that ...
0 votes
2 answers
0 comments
1184 views
Hello, I want to know how i can hide or delete the default summary tab. Thanks.
0 votes
1 answers
0 comments
933 views
Hello, I got an error when I set the “id-property” attribute of “nuxeo-document-suggestion” to “ecm:path” knowing that it works with “ecm:uuid” or “dc:title”. Erreur: nuxeo-app.html:70744 Uncaught (in promise) Error: invalid item Do you know how it ...
0 votes
1 answers
0 comments
1162 views
Hi, I'm trying to delete a document by it's ID e.g. “76c69a54-0230-457a-b42c-e819d5ace862” from the javascript api according to documentation you can use Document.Delete operation to make it happen, and in the same documentation is written “You can ...
0 votes
0 answers
0 comments
1189 views
Hi! I am looking into a way to review orphaned binaries before they are deleted. I know that that platform has in the Admin tab the tool to gathered orphaned binaries, and where you can delete clear them. I also saw in a different thread on what ...
0 votes
1 answers
1 comments
2352 views
this.nxServer = new Nuxeo({
baseURL: 'http://local:8080/nuxeo',
auth: {
method: 'portal',
username: 'user',
secret: 'nuxeo5secretkey'
}
});
this.nxServer.schemas('*');
this.nxServer.repository().fetch(id).then((response) => ...
0 votes
1 answers
1 comments
1518 views
Hi, I want to convert non PDF doc to PDF with `doc.convert({ format: 'pdf' }) ` but I get 3304 Not Modified response for https://server/nuxeo/api/v1/repo/default/id/2c19d2f0-212e-4f84-9c56-f61c497e9ff9/@blob/blobholder:0/@convert?format=pdf ? I try ...
0 votes
2 answers
0 comments
1803 views
The Javascript client library gives an example on how to use promiseLibrary in order “To notify Angular to update the UI”, meaning AngularJS. How can this be done with Angular2 ? https://doc.nuxeo.com/710/nxdoc/javascript-client/ BTW, that was an ...
0 votes
1 answers
0 comments
2086 views
I am using fetch audit method to get history of particular document, but the thing is I want proper value of event as it is showing in nuxeo platform document history for example I am getting lifecycle_transition_event but I want Document lifecycle ...
0 votes
0 answers
0 comments
1742 views
0 votes
1 answers
4 comments
1767 views
Hi, I'd like to re-attach an existing attached file of document to a new created document without having to re-upload it (via REST/API js). ex: File is in docA “files:files[0]” I'd like to attach this file to docB “file:file” via REST API tx.
2 votes
0 answers
0 comments
1687 views
Hi All, I want to embed some custom HTML file in my content view. How can we achieve the same ? Can anyone tell me how can I embed a custom HTML template in my Nuxeo content View. Basically, I want to load an HTML file using IFrame in Nuxeo. Is this ...
0 votes
0 answers
2 comments
2166 views