How to close a modal from anywhere based on the modal name?
I have a modal that I'd like to close from a certain page. I need a way to reference this modal in order to close it
(e.g. modal.hide()).
Is there a way to reference it? e.g.
Apperyio.get('Modals').loadModal("trial").then( ...
Thank you,
FRANK