Posted 6 July 2018, 3:31 pm EST
Hi,
This is the code I am using for Wijmo 5 for popup:
PopupContainer = new wijmo.input.Popup(“#AuthentaticationPoup”);
PopupContainer.show(true, function (e) { });
When I press escape its closing the popup. How to prevent popup close.
I also tried hideTrigger =“none”
Also, below is the Wijmo 3 code which I used for other project. I need similar feature in Wijmo 5
$(“#div1”).wijdialog({
position: [‘auto’, ‘auto’],
title: “Reconcile Account”,
close: function (e) {
alert(“This popup clise fire”);
}
});
Thanks,
Ankita
