Display search-form and search result in a new popup

Hello, I want to add a new action button and when I click on this added button, a pop up will be opened and display the search view (search form and search result). So I want to ask : Is it possible to display search form and search result in a pop up? If yes, How can I do that?

Regards,

0 votes

1 answers

700 views

ANSWER



In Studio Designer, add a button in UI -> Buttons and create a custom element. You can build this element to have a popup which will hold your search form and results. Or you can base it on this tutorial which opens a custom dialog popup. https://doc.nuxeo.com/nxdoc/web-ui-customization-tutorial/#contributing-to-a-nuxeo-slot

0 votes