template
Hello :) I wanted to know if there is an alternative way of producing the same result as Nuxeo template rendering .How can i achieve the same result using only Java code?
0 votes
0 answers
0 comments
1343 views
Hello .I just built a doc file using Apache OpenOffice to represent the template file.Then I built the template documenr in Nuxeo platform and added the template file inside the the document.When i try to render the template on a specific document i ...
0 votes
0 answers
0 comments
1854 views
Hi, In a content view I created a custom column using a template which displays a property of another document( for example title of parent). This is working properly in content view and displays what i want. When i use Excel Export in this content ...
2 votes
0 answers
0 comments
1684 views
Hi, Having created a document with the REST API, I can, on the web interface, generate a docx file rendering, using a docx template associated with this document type. Is it possible to programmatically generate this rendering, and access the docx ...
0 votes
1 answers
0 comments
2100 views
Hello, I'm trying to make a validation of a custom document based on a cross validation (make a validation on a field based on what the user has filled on a second one). I made this technique based on a post here : ...
2 votes
1 answers
0 comments
2416 views
Hello, Recently i've installed nuxeo 7.10 and I want to add a header div above default header and a footer div under default footer. I want to get something like this : <div style="width:100%"> my organization logo ...
0 votes
1 answers
0 comments
1969 views
I'm looking for a way to customise user registration email. I've found the corresponding text in EmailInviteDocTemplate.ftl , and the extension is org.nuxeo.ecm.user.registration.UserRegistrationService but my customised template is not taking ...
0 votes
1 answers
3 comments
3577 views
Is there any FTL syntax that could allow me to retrieve the group label from its name in an email template ? It seems it could be possible in MVEL with something like ...
0 votes
1 answers
0 comments
8437 views
I want to enable soft-deletes as described at Deleting Documents . I have been able to manually perform the edit to default-repository-config.xml.nxftl and have confirmed that it works, but now I wish to store this configuration change in our ...
0 votes
3 answers
3 comments
5278 views
Hello, I would like to know what HTML tags can I use in document template with nuxeo ? As exemple : < br / > failed. I try some HTML tag and style that doesn't work. Is it html 5 ? thanks
0 votes
0 answers
0 comments
1231 views
Hello, Is it possible to use CSS class in document template ? And how ? thanks
1 votes
1 answers
1 comments
1970 views
Hello, I want to insert an image in a document template with freemarker language like this: <img src="/img/FAQIcon.png"> Document is in HTML then it's converted into PDF :-( This image is not in the final document, I just got an empty square. ...
1 votes
1 answers
1 comments
16128 views