Select to view content in your preferred language

bootstrap modal problem in WAB

1746
10
06-05-2018 09:54 AM
scottmiller10
New Contributor II

I am having a problem with the bootstrap modal as well. The open modal budget is on the widget, but when I click nothing happens. I've tried using the <a href...> as well the bootstrap button with data-toggle, but neither works. I attached the widget and html files below.

0 Kudos
10 Replies
scottmiller10
New Contributor II

var z = this.map.getZoom();
z += (z/10);
z = Math.round(z);
this.map.setZoom(z);

This worked, sorry for bugging you.

0 Kudos