February 14, 2016

How to make portal_actions use a popup window

...like the contact-info action

teaser

I have been curious how the "Contact" site action at the bottom of every Plone site was made to display the contact form in a popup window.

This line is how it's done:

<property name="modal" type="text">{}</property>

To make the "Accessibility" info display in a popup window, you

how to add a portal action property

Filed under: Plone, Plone5

← Back to the homepage