jsf
I have the following custom EL expression in a user Action: ${layoutValue.currentLifeCycleState != 'SupRequest1' && layoutValue.currentLifeCycleState != 'SupRequest2' && layoutValue.currentLifeCycleState != 'Pause'} I have two ...
0 votes
3 answers
2 comments
3102 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, I create my document type with studio and configure the view/edit/creation layout. How can I refuse the document creation if there is a document with same title into the container and add a red message under the title field to tell there is ...
0 votes
1 answers
0 comments
3045 views
I have a document in which one of its fields is a list of a complex structure. The complex structure has 5 fields. In the edition tab I have mapped that list field to a template (a custom jsf template that I have created). How can I map/assign the ...
1 votes
0 answers
3 comments
1761 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