Copy link to clipboard
Copied
Hi all,
My extension makes use of a hidden 'second' extension panel bundled together with the main. It's set as a Modal Dialog in the manifest.xml and works as I'd hope using CSInterface.requestOpenExtension();
I'm using Davide Barranca's https://www.davidebarranca.com/2014/02/html-panels-tips-9-persistence/ panel persistence for the main panel, but can't get the same code to work for the Modal Dialog (I have remembered to change the extension id to that of the Modal Dialog). Is there something I need to be doing differently to make it work or is persistence simply not supported for Modal Dialogs?
It's not a huge issue but the Modal Dialog can take a second or two to open which I'm hoping a persistent Dialog would help with.
Many thanks!
Jonny
Copy link to clipboard
Copied
Any Extension Pro's around? (i'm not!)
@Davide Barranca ?