Hello,
I know Arcade is still relatively new here in ExB, but I wonder if anyone has experimented with using HTML tags in template literals? I have, and I am finding that what a map viewer popup will honor is not the same an in ExB. For example, I have a popup format that I recycle across maps that involves setting up a table. When I use the exact same Arcade code in the Arcade editor of the Text widget, the return is simply a text string of all the various html tags etc as plain text.
However, some HTML tags do still work; <p> for example still allows me to style text as expected.
Has anyone run into similar issue, with <table> or other tags? Is there a compatibility matrix somewhere I've been unable to fine?
Hi @ZachBodenner ,
The Experience Builder text widget relies on external resources and does not support the tag <table>. Here is a list of the tags supported in the Arcade script: https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/advanced-formatting.htm#GUID-D...
Thanks,
Shengdi
Okay that's a nice list to have - but does that mean that there's no plan to expand the tags available (or that it is in fact impossible, and if so, why is that?)