Customizing attribute inspector UI arcGIS javascript api

3795
1
01-09-2015 09:40 AM
ushaganta
New Contributor

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.

0 Kudos
1 Reply
AkshayHarshe
Esri Contributor

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

Thanks,
Akshay Harshe
0 Kudos