<?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: Change font in Popup in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140479#M13065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not on this subject.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2020 18:47:35 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2020-10-22T18:47:35Z</dc:date>
    <item>
      <title>Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140472#M13058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Hope find you all well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In database i have Unicode characters in Georgian, now in some fields of popup i want to have English characters, i change fonts using CSS, but it is for global use, for every layers Popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g in second field of popup for Canals i have name like : "არხი" (in Georgian) and for Holes i have dimensions like L5/H10( length and Hight), but when i change font using CSS for name it works, but for dimensions it shows like L and H in Georgian letters.&lt;/P&gt;&lt;P&gt;Any idea and easy way how to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stay all well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 01:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140472#M13058</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-10-22T01:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140473#M13059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vakhtang - Are you working with Web AppBuilder or are you creating a standalone web application using the Javascript API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 14:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140473#M13059</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2020-10-22T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140474#M13060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am working with javascript API&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 16:46:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140474#M13060</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-10-22T16:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140475#M13061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this&amp;nbsp;article on how to style&amp;nbsp;popups using CSS.&amp;nbsp;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/making-your-pop-up-pop/" title="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/making-your-pop-up-pop/" rel="nofollow noopener noreferrer" target="_blank"&gt;Making Your Pop-up Pop!&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It shows example like this.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;esriPopup&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;modernGrey &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;

 font&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;size&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 12px&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140475#M13061</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2021-12-11T07:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140476#M13062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The&amp;nbsp;article is pretty old but there is more general info on this page as well:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/popup_chart.html" title="https://developers.arcgis.com/javascript/3/jssamples/popup_chart.html"&gt;Popup | ArcGIS API for JavaScript 3.34&lt;/A&gt;&amp;nbsp;if you're suing 3.x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 17:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140476#M13062</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2020-10-22T17:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140477#M13063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Arne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used these, but it cahanges popup info for all the popups on map, i&lt;/P&gt;&lt;P&gt;need to change only one popup not all.&lt;/P&gt;&lt;P&gt;See pic. i want to change font for first fieldNam: "Number_Ent", but only&lt;/P&gt;&lt;P&gt;for this layer's popup not forr other layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 17:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140477#M13063</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-10-22T17:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140478#M13064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;‌ any sugesstion?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 18:02:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140478#M13064</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-10-22T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140479#M13065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not on this subject.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 18:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140479#M13065</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-10-22T18:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change font in Popup</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140480#M13066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never tried any of this but here is more on customization...&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jshelp/intro_customizepopup.html" title="https://developers.arcgis.com/javascript/3/jshelp/intro_customizepopup.html"&gt;Customize popup | Guide | ArcGIS API for JavaScript 3.34&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 20:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-font-in-popup/m-p/140480#M13066</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2020-10-22T20:21:32Z</dc:date>
    </item>
  </channel>
</rss>

