Select to view content in your preferred language

Problem in attribute editor

945
2
12-17-2013 07:17 PM
ChiranjeeviGK
Regular Contributor
Hi all

I am facing some issues in the AttributeEditor

1: Delete button is not proper.
2: if i add the field "id" some other textbox is visible.

i have attached the screenshot
[ATTACH=CONFIG]29957[/ATTACH]
0 Kudos
2 Replies
JakeSkinner
Esri Esteemed Contributor
Hello,

Can you post the code you are using?  Don't forget to enclose the code with the
 tags.
0 Kudos
ChiranjeeviGK
Regular Contributor
  var layerInfos = [{
                    'featureLayer': draw.selectedTemplate.featureLayer,
                    'isEditable': true,
                    'showDeleteButton': true,
                    
                    'showAttachments':false
                }];

                var attInspector = new AttributeInspector({
                    layerInfos: layerInfos
                }, domConstruct.create("div"));


and the FeatureLayer is here

"http://services1.arcgis.com/6KARYenaCPY4jndv/arcgis/rest/services/bangaloreDetails/FeatureServer/0"
0 Kudos