<?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: How to create an AttributeInspector outside of the map in flex viewer? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333242#M9632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You need to get an instance of the map and then loop though the layers looking for the layer you are interested in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import com.esri.ags.Map;
import com.esri.viewer.ViewerContainer;
var map:Map = ViewerContainer.getInstance().mapManager.map;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 15:46:32 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-11T15:46:32Z</dc:date>
    <item>
      <title>How to create an AttributeInspector outside of the map in flex viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333239#M9629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to create an AttributeInspector at the bottom of the flex viewer�??s map window, I want it to be outside of the InfoWindow �?? separate from the viewer�??s map.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, I want it to be similar to the Flex API�??s sample, �??Attribute Inspector outside of the map�?� which is in the category of �??Components�?� (see below).&amp;nbsp; Where should I insert my code in flex viewer? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 16:36:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333239#M9629</guid>
      <dc:creator>MikeCliffton</dc:creator>
      <dc:date>2011-05-23T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an AttributeInspector outside of the map in flex viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333240#M9630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; That I would put in the index.mxml.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 16:58:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333240#M9630</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-05-23T16:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an AttributeInspector outside of the map in flex viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333241#M9631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the feature layer is added to the config.xml file (as below), &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;layer label="Parcel Layer" type="feature" visible="false" alpha="1.0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer/2"/&amp;gt; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how do I access or control this featrue layer from index.mxml? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I need to create an AttributeInspector at the bottom of the flex viewer�??s map window, I want it to be outside of the InfoWindow �?? separate from the viewer�??s map.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Actually, I want it to be similar to the Flex API�??s sample, �??Attribute Inspector outside of the map�?� which is in the category of �??Components�?� (see below).&amp;nbsp; Where should I insert my code in flex viewer? Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333241#M9631</guid>
      <dc:creator>MikeCliffton</dc:creator>
      <dc:date>2021-12-11T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an AttributeInspector outside of the map in flex viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333242#M9632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You need to get an instance of the map and then loop though the layers looking for the layer you are interested in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import com.esri.ags.Map;
import com.esri.viewer.ViewerContainer;
var map:Map = ViewerContainer.getInstance().mapManager.map;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333242#M9632</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T15:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an AttributeInspector outside of the map in flex viewer?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333243#M9633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If the feature layer is added to the config.xml file (as below), &lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;layer label="Parcel Layer" type="feature" visible="false" alpha="1.0"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/MapServer/2"/&amp;gt; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;how do I access or control this featrue layer from index.mxml? Thanks!&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-create-an-attributeinspector-outside-of-the/m-p/333243#M9633</guid>
      <dc:creator>MikeCliffton</dc:creator>
      <dc:date>2021-12-11T15:46:35Z</dc:date>
    </item>
  </channel>
</rss>

