<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Edit-Using the attribute inspector in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600883#M56197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my current error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/147413_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 19:30:28 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2015-11-23T19:30:28Z</dc:date>
    <item>
      <title>Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600876#M56190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this &lt;A href="https://developers.arcgis.com/javascript/jssamples/ed_attribute_inspector.html" title="https://developers.arcgis.com/javascript/jssamples/ed_attribute_inspector.html"&gt;Sample&lt;/A&gt;&amp;nbsp; to work and configured using my own service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now tried to add it to another script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my complete code so far &lt;A href="http://jsbin.com/tufija/1/edit?html,output" title="http://jsbin.com/tufija/1/edit?html,output"&gt;JS Bin - Collaborative JavaScript Debugging&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup should allow me to edit but nothing shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel like I am missing some small thing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 19:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600876#M56190</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-11-13T19:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600877#M56191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything you want to edit is added as a FeatureServer, not MapServer?&amp;nbsp;&amp;nbsp; Also check that all attributes you want to edit are listed as outFields for that layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 20:17:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600877#M56191</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-11-13T20:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600878#M56192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a FeatureServer, and I have outFields: ["*"]. So all fields should available. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 20:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600878#M56192</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-11-13T20:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600879#M56193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check how your adding your layers -&amp;nbsp; map.addLayer.&amp;nbsp;&amp;nbsp; You're listening for layers-add-result (plural),so nothing ever triggers it.&amp;nbsp;&amp;nbsp; I'd change it to map.addLayers adding your layers in an array.&amp;nbsp; Then your function should execute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 20:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600879#M56193</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-11-13T20:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600880#M56194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, I don't see where you required AttributeInspector.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 20:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600880#M56194</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2015-11-16T20:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600881#M56195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not have AttributeInspector, it must have been missed when I moved code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now included it. I am still getting nothing to display in popup. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/145752_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 18:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600881#M56195</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-11-20T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600882#M56196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tracy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed the addLayer and it does not effect the app. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600882#M56196</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-11-23T19:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit-Using the attribute inspector</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600883#M56197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my current error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/147413_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:30:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-using-the-attribute-inspector/m-p/600883#M56197</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-11-23T19:30:28Z</dc:date>
    </item>
  </channel>
</rss>

