webui


Related Questions
Hi, I have configured a complex field for a document. This field is appearing as in nuxeo-data-table element. I have declared a property “myFormats” in document template which I want to use inside edit mode of nuxeo-data-table element. I am not able ...
  0 votes
  2 answers
  0 comments
  1219 views

Hello, I'm learning webui with tutorials but nuxeo components on https://www.webcomponents.org are not available :-( The error page : https://www.webcomponents.org/element/nuxeo/nuxeo-ui-elements Can you fix it ?
  1 votes
  0 answers
  1 comments
  1011 views

Hi, I just create a page provider with result form and a menu item with param auto set to true. When I click on the menu item the form is displayed and the request is executed each time a param is changed. I would like to execute the request each ...
  0 votes
  1 answers
  0 comments
  1241 views

I know there are predefined widgets creating suggestions based on associated vocabularies, documents or users. Is there a simple was to provide such a feature for a free text field, based on the previous entries in this field (allowing for a kind of ...
  0 votes
  1 answers
  1 comments
  1165 views

1) On loading the Admin > Setup screen the database type changes to Default rather than reading mongodb from the nuxeo.templates line in nuxeo.conf. If this is not manually changed after entering this screen the database type is changed/removed ...
  0 votes
  0 answers
  1 comments
  1046 views

Hi everyone, We are evaluating Nuxeo platform version 10.2 with webui. But we are really interested in jsf addons nuxeo-signature and nuxeo-quota. Is the migration of these addons planned for soon? If not, what would be the best way and ...
  0 votes
  1 answers
  0 comments
  1261 views

How can I allow a nuxeo group of users accounts to acces nuxeo only through the http rest API but deny them acces to the nuxeo web ui (jsf ui) ? I have searched the documentation but found nothing, please help!
  0 votes
  0 answers
  0 comments
  1187 views

I want to use space characters in the options of <nuxeo-select role="widget" label="[[i18n('label.longsoft.category')]]" name="category" options=[["Free offer"],["Finace plan"],["Other document"]] selected="Other_document" ...
  0 votes
  0 answers
  0 comments
  1369 views

The Trash feature in Web UI was not part of 9.10 release. However, this feature has been developed for 10.1 Fast Track release. It includes: a new Trash pill/tab when browsing a Folderish document a new Trash Search to retrieve all trashed document ...
  2 votes
  0 answers
  0 comments
  1775 views

I have a create layout with a nuxeo-data-table and I would like to show/hide fields based on user input inside of the nuxeo-dialog but I am unable to. <nuxeo-data-table role="widget" items="{{document.properties.request:itemsToCreate}}" ...
  0 votes
  0 answers
  0 comments
  2035 views

  0 votes
  0 answers
  0 comments
  1119 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
  1268 views

Hello, When trying to get access to my HTTPS url (https://ged.mydomain.com), I'm redirected to https://ged.mydomain.com:80/nuxeo/ui/ ending with an error “ERR_SSL_PROTOCOL_ERROR”. Nuxeo is running inside a docker container (mapping 58080:8080) and ...
  0 votes
  1 answers
  0 comments
  2628 views

Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
  1 votes
  1 answers
  1 comments
  3353 views

Hi I Have installed nuxeo locally. how can i install nuxeo studio locally to customize webui.
  0 votes
  1 answers
  0 comments
  1193 views

Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970 . I'm using the nuxeo-date element: <nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" /> ...
  0 votes
  1 answers
  1 comments
  1495 views

Hello everybody, I'd like to trigger a very basic shell script when clicking a button in WebUI. Therefore I want to use an automation chain. It should be possible to achieve this by creating a custom operation like suggested here , but since this ...
  0 votes
  0 answers
  0 comments
  1267 views

I need to manipulate the search results. I'm changing the widget nuxeo-results used in the widget nuxeo-default-search-results. <nuxeo-results name="default" nx-provider="[[nxProvider]]" selected-items="{{selectedItems}}" display-mode="list"> ...
  0 votes
  0 answers
  0 comments
  1561 views

Hello everyone, I was wondering about several things about deleting and restoring in the new Web UI: When selecting a document in a list view I'm able to delete it, but a confirmation dialog pops up, if I really want to delete the document ...
  0 votes
  1 answers
  1 comments
  1391 views

Hello everyone, Do we have any possiblities to filter out the document types that one can create based on his permissions ? For example I want to allow Member to create only basic documents in a folder, like Audio, Note or File, where as ...
  0 votes
  2 answers
  1 comments
  1912 views

Hello, I'm trying to use the nuxeo-results-view element to display a custom listing on a documents layout. I created the page-provider and a page-provider results layout. Then I used the following HTML fragment to embed it in the layout: ...
  0 votes
  3 answers
  1 comments
  2697 views

I just added 2 filter with the relatives aggregators with 2 different doctype in nuxeo-default-search-form and everithing works correctly. I didn't show a field in the search results, I don't know WHY. this field is showed correctly with common ...
  1 votes
  1 answers
  1 comments
  2504 views

Hello, A newbie question: how can I pass parameters to NXQL request of a Page Provider via WebUI Designer ? I'm trying to create a customized content view for a Folderish document. I created a Page Provider in Nuxeo Studio Modeler as follows: Then ...
  0 votes
  1 answers
  2 comments
  9867 views

Hello, So far I know rather a lot about using Nuxeo Studio with JSF UI, but the latest project that I am working on is targeted to use exclusively WebUI, which I don't know well yet. So, the question is pretty much dumb: how do I deactivate “Create ...
  0 votes
  1 answers
  3 comments
  2075 views

Don't build nuxeo-web-ui. When i run npm install I get error npm ERR! code E404 npm ERR! 404 Not Found: @nuxeo/polymer-build@^2.0.0
  0 votes
  2 answers
  9 comments
  2325 views

can they work together?
  0 votes
  3 answers
  0 comments
  2264 views

Hi, I would like to know how to catch an exception in the front with web-ui Polymer, in case of an event handler aboutToCreate for example. In my listener : I rollback (it works) I add in contextData map a message, but this message does not display ...
  0 votes
  0 answers
  0 comments
  1589 views

Hi, I would like to know how to get values from workflow variables in a html layout page ? For task variables, they are reachable with {{task.variables.comment}} But how do that for workflow variables ? I did not find documentation on this. I tried ...
  0 votes
  0 answers
  0 comments
  2057 views

I need to extract an information from the Tagging document related the tags showed in each Document. Should I create a widget in Polymer?
  0 votes
  0 answers
  0 comments
  1437 views

I've noticed that there is an area in the website at the url “http://1.1.1.1/nuxeo/site”. It seems to be auto generated content, and I was wondering if it's possible to hide this area from users who visit the website. I'm uncomfortable with it ...
  0 votes
  1 answers
  0 comments
  1380 views