javascript
We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio. We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine. Is this possible? If so, what is the ...
0 votes
1 answers
1 comments
1252 views
Using Nuxeo elements, it seems I can not use the Guest (or anonymous) account (without credentials in the connection elements) : the “login” operation is working fine but it is followed by a call to the user directory and the Guest account is not ...
0 votes
0 answers
0 comments
1471 views
Hi, Not able to set property of type Datetime in Nuxeo using Automation Scripting (JavaScript). Below is the code snippet: function run(input, params) { var d2 = new Date();
d2.setFullYear(d2.getFullYear()+7); Document.SetProperty(input,{ ...
1 votes
1 answers
0 comments
2256 views
Hello, I am trying to add a JavaScript following this tutorial: http://www.nuxeo.com/blog/qa-friday-add-javascript-css-resources-pages/ I'm using Nuxeo 7.4, and I get a message like this: “Warning: target extension point 'views' of ...
0 votes
1 answers
1 comments
1988 views
Hello community I'm having some problems with chrome and the basic authentication (jquery) with the javascript client from nuxeo. I have a form based login which works fine when the credentials are ok, but when the authentication fails, I get a ...
1 votes
1 answers
1 comments
3125 views
Hello I'm trying to use the new javascript automation but can't find a way to access a metadata of a document. If I get a Document as var doc, what is the syntax to get it's title, or a specific metadata? Sorry for this rookie question Many thanks ...
0 votes
1 answers
0 comments
1890 views
So in the select2-drop widget, where it displays all options in the dropdown, I want it to display a tooltip description for each option that I hover over. Here's what I've done so far within the inlinejs property under a widget name using the ...
0 votes
1 answers
0 comments
8130 views
I'd like to use nuxeo.js in Nashorn javascript engine. The advantage is that it doesn't require to install node.js and can be used on any java8 VM console. The problem is that nuxeo.js requires jQuery, and trying to load jQuery requires browser ...
0 votes
1 answers
4 comments
6011 views
Using the Nuxeo JS Client through Node, and using the Portal authentication, I've noticed something I'm unsure is intended or not. When one configures a new auth secret key, there's a time expiration . Looking at the code that checks the token ...
0 votes
1 answers
0 comments
2890 views
Hello, I use the automation API in javascript and I have to upload a file. It works well with browsers that support XMLHttpRequest Level 2 but not with others as IE 8. In this case, I use an iframe … and I have this: Request `Request URL: ...
0 votes
0 answers
0 comments
3770 views
I want when an user marks an checkbox, hidden another field in the form. I believe I can do it using javascript but I dont know where I can put this code.
0 votes
1 answers
1 comments
2128 views
Hi! We are trying to integrate Exhibit to a Nuxeo application. Unfortunately, they need to add some scripts and other things exactly to the head tag of the HTML document. Can you, please, give some info how this can be done. We don't need this for ...
1 votes
1 answers
0 comments
2810 views