How to programmatically close all View's Popups in 4.X

3381
1
Jump to solution
05-12-2017 12:17 PM
SamuelAbati
New Contributor III

I've figured out how to disable to popup (although the documentation does not mention this anywhere)

view.popupManager.enabled

But it does not close popups that are already open, how can I achieve that?

0 Kudos
1 Solution

Accepted Solutions
ThomasSolow
Occasional Contributor III

Try view.popup.close()

View solution in original post

1 Reply
ThomasSolow
Occasional Contributor III

Try view.popup.close()