<?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: style pop up in v4.20 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095959#M74578</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7278"&gt;@JeffreyWilkerson&lt;/a&gt;&amp;nbsp;, thank you for your reply. I assume that by ArcGIS service you mean using the ArcGIS webapp interface? I am only using the JSAPI and building the maps with React not through the ArcGIS online portal. Or do you mean there's a way to configure it such that the API would return me the pop up as styled in the portal?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 15:14:25 GMT</pubDate>
    <dc:creator>KenjooYeap</dc:creator>
    <dc:date>2021-09-07T15:14:25Z</dc:date>
    <item>
      <title>style pop up in v4.20</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095943#M74576</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if there's a way to create up pop up for v4.20, I saw &lt;A href="https://community.esri.com/t5/arcgis-api-for-javascript-questions/popup-style-issues/td-p/600615" target="_self"&gt;this but it's for v3.x&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I tried to style overwritting the exisiting css of .esri-popup but there is quite a few things that needs to be overwrriten hence wondering if there's another way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 14:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095943#M74576</guid>
      <dc:creator>KenjooYeap</dc:creator>
      <dc:date>2021-09-07T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: style pop up in v4.20</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095952#M74577</link>
      <description>&lt;P&gt;Style your popup by configuring the popup in the ArcGIS Service and choosing 'A custom attribute display'.&amp;nbsp; Then use the 'Configure' button to enter your own html.&amp;nbsp; I haven't found an easy to add CSS classes, but you can use inline styles to get what you want, such as:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;p style="font-size: 1.1em; color: #0e4f49;"&amp;gt;Located at {expression/expr8}, {expression/expr9}, light rail station &amp;lt;span style="text-decoration: underline;"&amp;gt;{StationName}&amp;lt;/span&amp;gt; is currently &amp;lt;span style="text-decoration: underline;"&amp;gt;{StationStatus}&amp;lt;/span&amp;gt;.&amp;lt;/p&amp;gt;
&amp;lt;table border="1" style="width: 191px; color: #ffffff; background-color: #177c72; border-color: #ffffff;"&amp;gt;
    &amp;lt;tbody&amp;gt;
    &amp;lt;tr&amp;gt;
        &amp;lt;td style="width: 71px; background-color: #12635b;"&amp;gt;&amp;lt;strong&amp;gt;Benches&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
        &amp;lt;td style="width: 10px;"&amp;gt;{expression/expr0}&amp;lt;/td&amp;gt;
        &amp;lt;td style="width: 69px; background-color: #12635b;"&amp;gt;&amp;lt;strong&amp;gt;Restroom&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
        &amp;lt;td style="width: 29px;"&amp;gt;{expression/expr4}&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
        &amp;lt;td style="width: 71px; background-color: #12635b;"&amp;gt;&amp;lt;strong&amp;gt;Bike Racks&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
        &amp;lt;td style="width: 10px;"&amp;gt;{expression/expr1}&amp;lt;/td&amp;gt;
        &amp;lt;td style="width: 69px; background-color: #12635b;"&amp;gt;&amp;lt;strong&amp;gt;TVM&amp;lt;/strong&amp;gt;&amp;lt;/td&amp;gt;
        &amp;lt;td style="width: 29px;"&amp;gt;{expression/expr5}&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;p style="font-size: 0.8em;"&amp;gt;&amp;lt;a href="{Image}" rel="nofollow ugc" target="_blank"&amp;gt;&amp;lt;img alt="Station photo" height="150" src="{Image}" width="200" /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;p style="font-size: 0.8em;"&amp;gt;&amp;lt;/p&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 15:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095952#M74577</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2021-09-07T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: style pop up in v4.20</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095959#M74578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7278"&gt;@JeffreyWilkerson&lt;/a&gt;&amp;nbsp;, thank you for your reply. I assume that by ArcGIS service you mean using the ArcGIS webapp interface? I am only using the JSAPI and building the maps with React not through the ArcGIS online portal. Or do you mean there's a way to configure it such that the API would return me the pop up as styled in the portal?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 15:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095959#M74578</guid>
      <dc:creator>KenjooYeap</dc:creator>
      <dc:date>2021-09-07T15:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: style pop up in v4.20</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095965#M74579</link>
      <description>&lt;P&gt;Yes, I mean going to the service on ArcGIS Online or your own Portal server and setting the Popup look and feel there.&amp;nbsp; I'm sure there's a way to do it through the API but I've never done that since it is so easy to do it this way.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 15:18:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/style-pop-up-in-v4-20/m-p/1095965#M74579</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2021-09-07T15:18:57Z</dc:date>
    </item>
  </channel>
</rss>

