webui


Related Questions
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
  1496 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
  1269 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
  1562 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
  1394 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
  1913 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
  2699 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
  9869 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
  2076 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
  2326 views

can they work together?
  0 votes
  3 answers
  0 comments
  2266 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
  1591 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
  2059 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
  1441 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
  1383 views