layout
I need to add the source column to the default content view. I find some documentation on how to do this using Nuxeo studio. But I'm not using Nuxeo studio. I've tried to figure out how this works by overriding templates but have, so far, not ...
0 votes
3 answers
1 comments
1233 views
I'm facing the following scrollbar when the main element is very small. Even though there is sufficient space. Can I avoid this scrollbar somehow?
0 votes
0 answers
0 comments
1345 views
I'm using Nuxeo IDE , and i want to display a drop down list in my creation layout form , this drop down list should be displayed only if another drop down list is filled with a certain value , can anyone show me how to do that , normally i should ...
0 votes
1 answers
11 comments
5092 views
Hi, I would like to declare a URL to go directly to the layout of a custom document creation in the personal space. As on this image : Without passing through the page that allows you to click on the button (marked in red) “ Nouveau Fichier à ...
0 votes
0 answers
0 comments
2206 views
Hello, I want to write about a newbie discover I did about test on “empty” value for advanced mode config tests as: http://doc.nuxeo.com/display/Studio/Control+the+display+mode+of+a+widget So the question was : How to not show a document field in a ...
0 votes
1 answers
4 comments
3262 views
Hi Anahide, I have defined a workflow variable of type Blob and when I use it in a task form (view mode), I want to set property value downloadLabel with my attached file filename. When I test my workflow, the label used is “Download” and I want to ...
0 votes
1 answers
0 comments
2310 views
When there are only Nuxeo Studio-defined fields or only manually defined ones, they are displayed correctly in the Nuxeo UI. But when both happen together on a single document, Studio-generated fields are moved to the right a little bit compared to ...
1 votes
0 answers
0 comments
1645 views
My edit form looks like that : In studio, trying to insert a new column in this layout shows the nature of the problem : If i move all fields in the same column, i have a GWT error. Help me save my layout !
0 votes
1 answers
1 comments
1530 views
I well understood if I drag'n drop with a pause or not on the active zone, the behavior is different as explained here . I modify the default document created after a drag'n drop as following: Into the “Manage” tab of my workspace > Local ...
0 votes
2 answers
0 comments
2144 views
Hi, My documents use multiple schemas (quite a typical case I think, with dublincore + custom schema). I want to customize the “intelligent import” form to show items from these multiple schemas - rather like the “create” form without drag and ...
0 votes
1 answers
0 comments
2252 views
I created a new schema: <?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://project.nuxeo.org/schemas/dev/cookbook/example/pap/process-request-form/" ...
0 votes
1 answers
5 comments
3560 views
I have the fields displaying using the suggested data.mail.xxx.yyy, and the individual listing templates (e.g. listing_mail_object_widget_template, listing_mail_sending_date_widget_template ), however the pagination is giving me problems. I know ...
0 votes
0 answers
0 comments
1525 views
Hi, I'm trying to get a custom template layout to set to a date field in the database. In the custom template the field is linked to a dropdown with a set of pre-specified date values, which matches up against the date format in the db. <widget ...
0 votes
1 answers
0 comments
2377 views
I am working on developing a content view for an extended email folder. I'm using the mail_listing layout. And the following as entries for the template resource in the layout widget widget editor: <widget>listing_mail_object</widget> ...
0 votes
1 answers
1 comments
2207 views
I have a custom document and I want to validate one of the fields, which is a text field, before document creation. Validation means parsing it against a regular expression. Is there any way to do this in Nuxeo?
0 votes
1 answers
3 comments
2860 views