<?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: URL link in LayerList in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108700#M3899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for the tip, its been a while--but I got what I wanted to work going... a link to a data table for a specific layer in the LayerList.&amp;nbsp; I really had to dig into actionscript, which isn't so bad once you get used to it.&amp;nbsp;&amp;nbsp; If anyone needs help with this just let me know.... Here is how it looks now:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12138[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one more question and that is that I would like to disable the functionality of the arrows to expand and show the KML folder and layers.&amp;nbsp; This is useless extraneous info for my application.&amp;nbsp; I've dug through the various files in src/com.esri.viewer/components/toc/tocclasses but I can't find where to turn this off.&amp;nbsp; I'm assuming its just commenting something out.&amp;nbsp; Robert or others, ideas are much appreciated.&amp;nbsp; Screenshot of what I'd like to disable:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12139[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 19:25:45 GMT</pubDate>
    <dc:creator>MartynSmith</dc:creator>
    <dc:date>2012-02-22T19:25:45Z</dc:date>
    <item>
      <title>URL link in LayerList</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108698#M3897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this possible?&amp;nbsp; Or could switch to a Table of Contents or other widget that supported this.&amp;nbsp; The link would be to more information about the data layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 16:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108698#M3897</guid>
      <dc:creator>MartynSmith</dc:creator>
      <dc:date>2012-01-24T16:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: URL link in LayerList</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108699#M3898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Martyn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; One of the easiest way would be to customize this file that the layerlist widget uses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function descriptionOrDownloadLabel_clickHandler is what gets called when you click the description button:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;src/com/esri/viewer/components/toc/tocClasses/TocLayerMenu.mxml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 17:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108699#M3898</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-01-24T17:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: URL link in LayerList</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108700#M3899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for the tip, its been a while--but I got what I wanted to work going... a link to a data table for a specific layer in the LayerList.&amp;nbsp; I really had to dig into actionscript, which isn't so bad once you get used to it.&amp;nbsp;&amp;nbsp; If anyone needs help with this just let me know.... Here is how it looks now:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12138[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one more question and that is that I would like to disable the functionality of the arrows to expand and show the KML folder and layers.&amp;nbsp; This is useless extraneous info for my application.&amp;nbsp; I've dug through the various files in src/com.esri.viewer/components/toc/tocclasses but I can't find where to turn this off.&amp;nbsp; I'm assuming its just commenting something out.&amp;nbsp; Robert or others, ideas are much appreciated.&amp;nbsp; Screenshot of what I'd like to disable:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12139[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martyn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:25:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/url-link-in-layerlist/m-p/108700#M3899</guid>
      <dc:creator>MartynSmith</dc:creator>
      <dc:date>2012-02-22T19:25:45Z</dc:date>
    </item>
  </channel>
</rss>

