I'm sure there's a way to do this, but I can't find it anywhere.
I'm wanting to have a text box that can be accessed from an Expand widget in an ArcGIS javascript map. I don't have a lot of scripting experience, so I may be missing something obvious!
Thanks Nate
Hi @RichardSon - you can just reference the div containing your text as the `content` of the Expand widget. Here's an example: https://codepen.io/annefitz/pen/oNpmWLR
Hope this helps!