<?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>idea Programmatically access HTML Popup in Layer Properties in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idi-p/937535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I would be useful to have access to the HTML Pop-up function in the layer properties via arcpy. Perhaps via the arcpy.mapping module.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Parameters should include:&lt;/DIV&gt;

&lt;UL&gt;&lt;LI&gt;Turn feature on and off&lt;/LI&gt;&lt;LI&gt;Path to Table&lt;/LI&gt;&lt;LI&gt;Field Name of URL in Table&lt;/LI&gt;&lt;LI&gt;URL Prefix&lt;/LI&gt;&lt;LI&gt;Field&lt;/LI&gt;&lt;LI&gt;URL Suffix&lt;/LI&gt;&lt;/UL&gt;
&lt;B&gt;Something like the following:&lt;/B&gt;&lt;BR /&gt;arcpy.mapping.HTMLPopup (layer, TurnOn, {Path_to_Table}, {Field_in_Table}, {URL_Prefix}, {URL_field}, {URL_Suffix})&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;layer = A variable that references a&amp;nbsp;&lt;/SPAN&gt;&lt;A class="xref" href="http://resources.arcgis.com/en/help/main/10.1/00s3/00s30000000n000000.htm" style="color: rgb(0, 122, 194); text-decoration: none; font-family: Arial, Helvetica, sans-serif;" target="_blank"&gt;MapDocument&lt;/A&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;A class="xref" href="http://resources.arcgis.com/en/help/main/10.1/00s3/00s300000008000000.htm" style="color: rgb(0, 122, 194); text-decoration: none; font-family: Arial, Helvetica, sans-serif;" target="_blank"&gt;Layer&lt;/A&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;object. =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;Object&lt;/SPAN&gt;&lt;BR /&gt;TurnOn = Booloean to indicate on or off = Boolean&lt;BR /&gt;Path_To_Table = Path to table containing URL details. = string&lt;BR /&gt;Field_in_Table = Field in above table that contains the URL = string&lt;BR /&gt;URL_Prefix = String containing URL prefix (if this is used alone the URL defaults for the whole layer object) = string&lt;BR /&gt;URL_field = String referencing field in layer[0] object = string&lt;BR /&gt;URL_Suffix = String containing URL suffix = string

&lt;!-- content transformation source ID: 087E00000005FrK --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 10:05:19 GMT</pubDate>
    <dc:creator>SimonKettle1</dc:creator>
    <dc:date>2014-09-12T10:05:19Z</dc:date>
    <item>
      <title>Programmatically access HTML Popup in Layer Properties</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idi-p/937535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I would be useful to have access to the HTML Pop-up function in the layer properties via arcpy. Perhaps via the arcpy.mapping module.&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;Parameters should include:&lt;/DIV&gt;

&lt;UL&gt;&lt;LI&gt;Turn feature on and off&lt;/LI&gt;&lt;LI&gt;Path to Table&lt;/LI&gt;&lt;LI&gt;Field Name of URL in Table&lt;/LI&gt;&lt;LI&gt;URL Prefix&lt;/LI&gt;&lt;LI&gt;Field&lt;/LI&gt;&lt;LI&gt;URL Suffix&lt;/LI&gt;&lt;/UL&gt;
&lt;B&gt;Something like the following:&lt;/B&gt;&lt;BR /&gt;arcpy.mapping.HTMLPopup (layer, TurnOn, {Path_to_Table}, {Field_in_Table}, {URL_Prefix}, {URL_field}, {URL_Suffix})&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;layer = A variable that references a&amp;nbsp;&lt;/SPAN&gt;&lt;A class="xref" href="http://resources.arcgis.com/en/help/main/10.1/00s3/00s30000000n000000.htm" style="color: rgb(0, 122, 194); text-decoration: none; font-family: Arial, Helvetica, sans-serif;" target="_blank"&gt;MapDocument&lt;/A&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;A class="xref" href="http://resources.arcgis.com/en/help/main/10.1/00s3/00s300000008000000.htm" style="color: rgb(0, 122, 194); text-decoration: none; font-family: Arial, Helvetica, sans-serif;" target="_blank"&gt;Layer&lt;/A&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;&amp;nbsp;object. =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(77, 77, 77); font-family: arial,helvetica,sans-serif;"&gt;Object&lt;/SPAN&gt;&lt;BR /&gt;TurnOn = Booloean to indicate on or off = Boolean&lt;BR /&gt;Path_To_Table = Path to table containing URL details. = string&lt;BR /&gt;Field_in_Table = Field in above table that contains the URL = string&lt;BR /&gt;URL_Prefix = String containing URL prefix (if this is used alone the URL defaults for the whole layer object) = string&lt;BR /&gt;URL_field = String referencing field in layer[0] object = string&lt;BR /&gt;URL_Suffix = String containing URL suffix = string

&lt;!-- content transformation source ID: 087E00000005FrK --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idi-p/937535</guid>
      <dc:creator>SimonKettle1</dc:creator>
      <dc:date>2014-09-12T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically access HTML Popup in Layer Properties</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idc-p/937536#M4632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Perhaps an optional parameter for a XSL Stylesheet as well

&lt;!-- content transformation source ID: 00aE00000088QZD --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 10:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idc-p/937536#M4632</guid>
      <dc:creator>JohnDye</dc:creator>
      <dc:date>2014-09-12T10:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically access HTML Popup in Layer Properties</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idc-p/1042050#M15566</link>
      <description>&lt;P&gt;I realize that this is an old request from ArcMap, but thought that I'd post the capability made available in ArcGIS Pro through &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/python-cim-access.htm" target="_blank" rel="noopener"&gt;Python CIM access&lt;/A&gt;.&amp;nbsp; Here is the link to the HTML popup spec:&amp;nbsp;&lt;A href="https://github.com/Esri/cim-spec/blob/master/docs/v2/CIMVectorLayers.md#CIMHtmlPopupFormat" target="_blank"&gt;https://github.com/Esri/cim-spec/blob/master/docs/v2/CIMVectorLayers.md#CIMHtmlPopupFormat&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 18:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idc-p/1042050#M15566</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2021-03-30T18:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically access HTML Popup in Layer Properties - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idc-p/1332703#M26341</link>
      <description>&lt;P&gt;ArcMap has &lt;A href="https://support.esri.com/en-us/products/arcmap/life-cycle" target="_self"&gt;entered mature support&lt;/A&gt; and will no longer be receiving new feature development. As Kory mentioned, this can be accomplished by using the CIM access in ArcGIS Pro, and hopefully your current pop-up development needs are solved by the work we've done in the past nine years. If not, please create an issue to describe the specific features in Pro you'd like to see implemented.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Shaun&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 21:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/programmatically-access-html-popup-in-layer/idc-p/1332703#M26341</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2023-09-26T21:06:52Z</dc:date>
    </item>
  </channel>
</rss>

