In attribute inspector after setting the height scrolling is coming and i need to fix save,delete buttons and set scrolling to the fields section.
Hi Usha,
If you are using
Using the attribute inspector | ArcGIS API for JavaScript sample from the api and you are not able to get rid of the scroll bar use the following code in your css.
.esriPopup .contentPane {
height: 180px;
}
If you want to construct a div on infowindow see if dom-construct can help
dojo/dom-construct — The Dojo Toolkit - Reference Guide
Thanks,
Akshay Harshe
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.