copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Combining Arcade and HTML for a Real-life Pop-up Display - Esri Arcade can be used across the ArcGIS platform, including in ArcGIS Online You can use these expressions to create new values to be shown in your ArcGIS Online pop-ups, but they can also be used within the HTML code for further customization
Pop-ups: Arcade essentials - Esri Arcade — As a unique content element, it can return a complete section in a pop-up, such as a a chart, HTML, or text that has been completely formatted via Arcade
Solved: Use Arcade and HTML in popup with IF-statement to . . . - Esri . . . You were initially able to get the link to show up in the right circumstances, but the issue was largely one of formatting Maybe instead of an Arcade expression, you should be inputting an Arcade element, as discussed in the other post That would allow you to wrap your link in HTML formatting code to get the appearance you prefer
pass arcade to html popup - Esri Community I am trying to build a popup in an ArcGIS Online map that displays fire district contact information using Arcade and HTML My Arcade script successfully retrieves and formats the data, but I want to link it to the HTML table for a cleaner, structured display
Solved: Using HTML and Arcade Expressions - Esri Community One thing I'm noticing is that you're working in the Text section for adding content to Pop-Ups You might be better off using the Arcade section (circled in green below) for setting the logic and formatting the html
Return HTML with Arcade in Pop-Up - Esri Community Instead of using that script in your Text element, you'll have to use an Arcade element to properly render that clickable link You'll have everything above that in your Text element, the Arcade element for the link, then another Text element for the "Record last processed" information
Configure pop-ups—ArcGIS Pro | Documentation - Esri Pop-up elements support related data, hyperlinks, ArcGIS Arcade expressions, and HTML code and include a title and description The following table lists the pop-up elements available:
Use Arcade expressions and HTML tags to configure the text formatting . . . In ArcGIS Pro, Arcade expressions and HTML tags can be used to format the text displayed in a pop-up according to the specifications applied This article provides an example and instructions using the Arcade expressions and HTML tags to configure the text formatting for pop-ups in ArcGIS Pro
Spruce up your pop-ups with CSS - Esri This makes flexbox and grid a powerful tool for building elaborate pop-ups that work everywhere in the ArcGIS ecosystem Before diving into how to leverage flexbox and grid in your pop-ups, let’s review each layout system and their key concepts
HTML Tags in Arcade Expressions for Popups - Esri Community In 11 0, there will be a new Arcade element you can add to your popups that supports HTML tags like this, but at the moment, the output of your expression will only come into the popup as a string, so "<b>bold text< b>" comes in just like that, rather than the " bold text " you would expect