Select to view content in your preferred language

How to edit fields on Popout?

3790
1
03-21-2015 02:25 AM
Ying_HongWong
New Contributor

MissingPort   Report Missing.png

How do I modify the input type (length etc like in html) for the fields?

0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor

Hi Ying,

Take a look at the CSS section for the AttributeInspector class.  For example, to change the field width, you can use the following:

.esriAttributeInspector .atiField {width: 250px;}