<?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: Attribute Inspector Next, Previous, First Buttons Not working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462400#M42755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe I may have found a fix for my issue.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I had used css to set the height and width of the attribute inspector as shown:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.esriAttributeInspector { height: 250px; width: 250px; }&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I change the height to 500px&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.esriAttributeInspector { height: 500px; width: 250px; }&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that I can now click through the selected records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will continue to test, but this is enouraging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 May 2013 15:01:10 GMT</pubDate>
    <dc:creator>MeleKoneya</dc:creator>
    <dc:date>2013-05-31T15:01:10Z</dc:date>
    <item>
      <title>Attribute Inspector Next, Previous, First Buttons Not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462398#M42753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using the Attribute inspector in a DIV where users can edit attributes of selected features.&amp;nbsp;&amp;nbsp;&amp;nbsp; If I select more than one feature,&amp;nbsp; the attribute inspector shows (1 of 2) and has buttons to scroll through the selected features.&amp;nbsp;&amp;nbsp;&amp;nbsp; The problem I am having is that only the "Last" button allows the user to click on it.&amp;nbsp;&amp;nbsp; The "Last" button take the user to the last record,&amp;nbsp; but he other button do not move through the selected features. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas as to what is preventing the buttons from being usable?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 21:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462398#M42753</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2013-05-30T21:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Next, Previous, First Buttons Not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462399#M42754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you reproduce the issue with one of the samples that use the Attribute Inspector? If not can you post a simple test case showing the problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kelly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 14:10:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462399#M42754</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-05-31T14:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Next, Previous, First Buttons Not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462400#M42755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe I may have found a fix for my issue.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I had used css to set the height and width of the attribute inspector as shown:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.esriAttributeInspector { height: 250px; width: 250px; }&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I change the height to 500px&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.esriAttributeInspector { height: 500px; width: 250px; }&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that I can now click through the selected records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will continue to test, but this is enouraging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 15:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-inspector-next-previous-first-buttons/m-p/462400#M42755</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2013-05-31T15:01:10Z</dc:date>
    </item>
  </channel>
</rss>

