I cannot seem to find where to change the size of the popup widget. Can someone direct me to the right location.
It is just a tad to small.
Larry,
The code you provided almost worked.
Now the popup content extends past the rest of the popup.
EDIT.
I found it:
query('.sizer', this.map.infoWindow.domNode).style({ width: '400px' });
This changes the edit popup but not the other ones.
Rickey,
I've had some issues with the infoWindow.resize(), but I can't remember the details. An alternate approach is:
query('.contentPane', this.map.infoWindow.domNode).style({ width: '400px' });
Larry
Stan,
This works for all my popups except the edit widget.
Thank you
Ricky,
Try something like this.
WAB - popup box inconsistent sizes
-Stan
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.