ui


Related Questions
Hello i want to add a confirmation message in nuxeo platform.You can choose Yes or No which are associated with an action.Any idea?
  0 votes
  0 answers
  1 comments
  1916 views

Hi, I was reminded by a mail last week on the the nuxeo blog entry on the customization of the UI: http://www.nuxeo.com/blog/jsf-angularjs-ui-rewrite-story/ Has anyone undergone this ui rewrites utilizing angular-ui and angular-ya-treeview or uses ...
  0 votes
  1 answers
  0 comments
  1810 views

We're building a custom UI framework (Angular based) on top of the Nuxeo platform (Using REST API). Having said that, one of the requirements is to be able to use the dynamic workflow mechanism of the Nuxeo studio (I'm also not sure if content ...
  0 votes
  1 answers
  0 comments
  1692 views

Hello, We got a strange behaviour in freemarker template. A document template is write in Freemarker and do the operation document.parent on a nuxeo document even if user has no read right on it during a workflow process (A workflow is run by ...
  0 votes
  0 answers
  0 comments
  3149 views

Hi, I met several issues when using Nuxeo Quota, but I'm not sure what exactly I should report on Jira, so I chose to post my story there instead: [MINOR?] After using Nuxeo for a while, Quota counts can get slightly off. I am aware than it also ...
  0 votes
  1 answers
  3 comments
  2076 views

Hello, I noticed a litle change in UI recently in response to my studio project. I set a couple of buttons in studio with the following behavior: Both buttons are attached to the same location in UI. First button is displayed according to a given ...
  0 votes
  0 answers
  4 comments
  1966 views

When browsing a folder, we have the ability to sort the content views according to one or several columns, which is nice: However I never managed to make this feature work, since folders are always sorted by title by default, and sorting by another ...
  0 votes
  1 answers
  3 comments
  2195 views

We've tried this, but didn't work : <require>org.nuxeo.ecm.platform.actions.ActionService</require> <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="actions"> <action enable="false" ...
  0 votes
  1 answers
  2 comments
  1923 views

I would like to override the footer for instance with my xhtml fragment. I try to create my own theme and deploy it, but doesn't work <?xml version="1.0"?> <fragment version="1"> <install> <unzip from="${bundle.fileName}" to="/" ...
  0 votes
  2 answers
  5 comments
  2285 views

Hello all, The doc lists some variables available in widget context but not all of them, no mention for example of “data” variable. How can I find the variables made available in a given context? Thanks in advance.
  0 votes
  0 answers
  0 comments
  1453 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
  2162 views

I set up a new action that sends an email containing the titles of the selected docs. Everything's fine in workspaces but I can't have it working in Sections : if i check “Selection is not empty”, my button is never activated. if i uncheck it, the ...
  0 votes
  0 answers
  1 comments
  1443 views

Hi, i recently upgraded Nuxeo 5.4.2 (HF15 to HF25 + studio project) and there's something going wrong when trying to use drag and drop between the content pane and the navigation tree. If i pick a file with the icon and hover the navigation tree, ...
  0 votes
  0 answers
  0 comments
  1473 views

The question is: Given the richness of Nuxeo's UI options what is the best approach to build a sparse set of UI pages using the information outlined below. I have Nuxeo model (documents) built and have built many actions and document life cycles to ...
  1 votes
  2 answers
  1 comments
  1989 views

I'm writing a xhtml fragment and I would like to display into this fragment the document type translated. I know that jsf bring a translation possibilities through this: #{messages[label]] How can access to “my.doc.label” used for the doc type when ...
  0 votes
  1 answers
  0 comments
  1581 views

I am retrieving some values via SQL (can't be NXQL), is there any way to show it in a UI?
  0 votes
  1 answers
  0 comments
  1644 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
  2791 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
  2087 views

I would turn off the user menu (the menu with the icon, the name and the drop down list with logout). How can I do that?
  0 votes
  1 answers
  0 comments
  2047 views

Hi, Have you planned a dedicated widget to expose the incoming survey feature ? Do you provide an interface to display the results of a survey ? Could we export these results in pdf or xls formats ? Regards, Jerome & Raph
  0 votes
  2 answers
  0 comments
  1533 views

I am using Nuxeo 5.4.2. I make some changes in default theme, but when server restarted, my changes lost. http://doc.nuxeo.com/display/KB/How+to+save+changes+done+in+ the+theme+editor In this documentation, I haven't found information about version ...
  0 votes
  1 answers
  0 comments
  1753 views

Hi, I'm trying to figure out the best way to add content in the summary view if a facet is present for the document. Already have an xhtml file with the content, but can't figure out how to declare it for it to show in the view. Any pointer would be ...
  0 votes
  2 answers
  2 comments
  2029 views

I'm hearing things about result providers and page providers being obsolete in Nuxeo 5.4.2, and content views being the new way to do things. What's the difference between them? What do they do exactly?
  1 votes
  1 answers
  0 comments
  1494 views