Hi all,
Hope find you all well,
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.
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.
Any idea and easy way how to it?
Thanks,
Stay all well
Vakhtang - Are you working with Web AppBuilder or are you creating a standalone web application using the Javascript API?
Arne,
i am working with javascript API
Take a look at this article on how to style popups using CSS. Making Your Pop-up Pop!
It shows example like this.
.esriPopup.modernGrey {
font-size: 12px;
}
The article is pretty old but there is more general info on this page as well:
Popup | ArcGIS API for JavaScript 3.34 if you're suing 3.x.
Robert Scheitlin, GISP any sugesstion?
Not on this subject.
Never tried any of this but here is more on customization...