Select to view content in your preferred language

Arcade missing style attributes

284
0
02-02-2024 07:35 AM
Labels (1)
N0MAD
by
Occasional Contributor

Hello
I was wondering, does any one know if Esri published an official "style table" for Arcade ?
Many CSS property are denied without reason such as "justify-content", "flex" and others

return {
   'type': 'text',
   'text': `<div style="display: flex; justify-content: space-between;">...</div>`,
}


This simply adds to the context menu '<div style="display: flex;">...</div>'
Does anyone know why the 'justify' property was removed?

I could understand about the script tag (which can cause security issues) but what's the problem with justify?

0 Kudos
0 Replies