Andy Jacobs
Posts: 0
Joined: Thu Apr 16, 2015 11:34 am

Popup as custom component

I have a menu item in a panel which is on all pages. One of the menu items requires a confirmation popup before it executes some Javascript. I don't want to do this with a standard alert so I've got it opening a popup with some text and a couple of buttons.

Is there a way to open this on every page without adding the popup to every page?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Popup as custom component

Hello Andy,

It is impossible. You should add popup on every page or use page template with popup

Andy Jacobs
Posts: 0
Joined: Thu Apr 16, 2015 11:34 am

Popup as custom component

Ok, thanks for that. I've found a way to speed the process up a bit. I've created a custom component for everything inside the popup so that I only have to add the popup and custom component for the text, buttons and Javascript, etc, to each page rather that building it all from scratch.

Return to “Issues”