How do I modify the input type (length etc like in html) for the fields?
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;}