widget


Related Questions
Hi, This is a follow-up of this question , I am creating a new one because I'm trying a different approach. You should read it to have the first part of the story. In short : I've got a document suggestion widget in the creation form of an “index” ...
  0 votes
  0 answers
  0 comments
  953 views

Hi, I'm trying to pass parameters from a nuxeo-document-suggestion widget to the automation chain returning the suggested documents. Here is the widget : <nuxeo-document-suggestion value="{{document.properties.mfs:documents}}" ...
  0 votes
  1 answers
  0 comments
  1157 views

Hi :) I want to reuse nuxeo single document suggestion component.In “single_document_suggestion_widget_template.xhtml” i dont see a pageProvider property.Can someone help me please?
  0 votes
  0 answers
  0 comments
  1331 views

Hi people :) I have defined a document type using Nuxeo Studio.In the create form of the document i have defined a generic widget(XXX.xhtml) that takes the values from a vocabulary field .Depending on the vocabulary id chosen i have to re-render ...
  0 votes
  0 answers
  7 comments
  1476 views

Hi people :) I have created a widget that represents a dropdown .This should suggest the users depending on what your role is.I have created a Seam bean where the
  0 votes
  0 answers
  0 comments
  1626 views

Hi, I want to perform some actions when the value of a widget changes, and I don't know how. For example: I want to hide/show other widgets depending on the value of a “SelectOneDirectory” widget. I know how to do this with JSF, using and the ...
  0 votes
  0 answers
  0 comments
  1706 views

I designed a custom schema for a vocabulary. This extended schema adds fields such as code, extra label, etc. Up until now, I ve used the suggestion widget with searches (create / edit) or displayed information (read) using those extra fields. Quite ...
  0 votes
  1 answers
  2 comments
  2119 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
  2318 views

The long story : I want to use a vocabulary suggestion widget that limits the entries of the search according to the user connected (sort of acls on entries). This is an external directory holding thousands of entries. I would have liked to use ...
  0 votes
  0 answers
  0 comments
  1620 views

Hi Folks, I am customizing the default search filter of Nuxeo. I have created my own field called Keywords which is a List Widget I have reflected the same field (Keyword) in search filter page but couldn't able to search based on keywords entered. ...
  0 votes
  1 answers
  0 comments
  1864 views

Hello, We want to update Nuxeo from 5.8 to 6.0 and we notice a regression in text widget behaviour. We have defined a SIZE for several text widget in 5.8 in workflow node form. And in 6.0 the size is not considered by Nuxeo. Each text widget have ...
  0 votes
  1 answers
  1 comments
  2104 views

Hi it is possible to filter parents in the vocabulary directory used by a widget (suggestion) How can I filter entries in this directory ? Especially in hierarchical vocabulary, if I want all children entries for a given parent. It seems that, out ...
  0 votes
  2 answers
  0 comments
  3228 views

Hi, is there any tutorial or plugin that I can use to create a gadget to display document content in dashbard? I don't see any example available in the documentations to create a gadget. Thanks.
  0 votes
  1 answers
  0 comments
  1979 views

Hello, I got a problem with the export XLS on a list selected with custom widget. It's simple. there are comments in my widget XHTML using <!-- comment --> The export XLS doesn't exactly works on the fields that used custom template because ...
  0 votes
  1 answers
  1 comments
  1954 views

As mentionned in http://answers.nuxeo.com/questions/1532/how-to-add-a-property-to-all-documents “Overriding dublincore is evil” Thus I do not understand what the new localisation schemas (coverage and subjects) are leading to. The DC form in ...
  0 votes
  0 answers
  0 comments
  1625 views

I thought that since 5.8 Nuxeo would be using Select2 widgets, but as it appears, this not the case (to me at least). In my instance suggestion widgets are still based on RichFaces, Select2 (as previously stated) is not used anywhere … Is it normal? ...
  0 votes
  1 answers
  4 comments
  1805 views

Hello, Why is it not possible to customise “single doc suggestion” with a “selection formatter” and inline Javascript in nuxeo 58 ? thank you
  0 votes
  1 answers
  1 comments
  2928 views

I want to development a widget where I can select a group on a selectListBox and using ajax to update another selectListBox with group's users selected. I was reviewing http://community.nuxeo.com/api/nuxeo/5.6/tlddoc/ but those widgets only works ...
  0 votes
  0 answers
  0 comments
  2222 views

Hello, I want the user to choose a value between a list of values with a “selection list”. I saw “selection list” only on simple vocabulary. My list cannot be defined as a vocabulary, because it's generated, but I want to use a “HTML selection list” ...
  0 votes
  0 answers
  0 comments
  1448 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
  2204 views

Hello, I couldn't find a widget to search on LIFECYCLE “State” (not talking about transitions LCT just states). Could you help me ? thanks
  0 votes
  3 answers
  2 comments
  1761 views

Hello, styleClass is not proposed on vocabulary by default. I try with custom properties configuration, but nothing. Is it possible to set a “styleClass” property on a “vocabulary default widget” without using custom widget ? Otherwise what is the ...
  0 votes
  1 answers
  2 comments
  1881 views

Hello, I would like to make a suggestion box matched with a vocabulary. There is something new since this mail? If not, is somebody have a hint to how to modify these templates for using vocabularies? Thanks Flav
  0 votes
  1 answers
  0 comments
  1600 views

Hello, I currently make a table layout to display some search results. But in this results, I want to display metadata which can be find in a parent document of the one which is displayed. How, in a widget, I can access to this data? I saw that it ...
  0 votes
  2 answers
  2 comments
  4087 views

Hi, I want to display link in a form (content-routing workflow), in the label of a text widget, or in a comment, to give more explanation to my users on the way to fill the form. Like lp30 , I don't know how to do this. I didn't found a widget for ...
  0 votes
  1 answers
  1 comments
  2116 views

I have a field called reviewers (multi valued string) it is populated thanks to the user suggestion widget i d like to use its content for a setACE operation in a chain but i get a casting error : No type adapter found for input: class ...
  0 votes
  2 answers
  5 comments
  2016 views

Hello all, May be my question has an obvious answer I did overlooked: In Case Management model CaseLink object points the owner Case document by storing it's Id (caseDocumentId attribute). In the listing widget of case links in Inbox mailbox, I'd ...
  0 votes
  2 answers
  6 comments
  1698 views

I've created a document with a title (dc:title) and (dc:description) using the same string At a later time I changed the title and description. I would like the title with link, in my views, to change reflecting the changes in dc:title and or ...
  0 votes
  1 answers
  0 comments
  1678 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
  2792 views

Hello, How can I create a widget like the vocabulary widget (a user can select an item from a vocabulary list) but instead of the vocabulary list I want to have a list with items from a query. (i.e. I want the list to show all titles of documents ...
  0 votes
  1 answers
  0 comments
  2086 views