Is it possible to refresh a page with polymer ?
Hello,
I have a simple question, is it possible to refresh a page with polymer when clicking a button ?
For example, in the _ok function of my form I would like to refresh my page.
Thanks !
0 votes
2 answers
1724 views
Hello,
You can access the following events: https://doc.nuxeo.com/nxdoc/how-to-use-events/. So document-updated
probably.
More on https://university.nuxeo.com/learn/course/external/view/elearning/164/WebUICustomizationandNuxeoFrontendDevelopment (sample code available too), and exploring https://github.com/nuxeo/nuxeo-web-ui/tree/10.10/elements.
Have a great day