Multiline Text Symbol?

602
1
03-09-2012 12:06 PM
KaitoSoto
New Contributor II
I want to create a multiline text symbol.. is there a way I can do it with one? Or do I actually have to create multiple textSymbols?

var textSymbol = new esri.symbol.TextSymbol("Here be dragons<br>There be something<br>Something");

I basically have a 2 point graphic and just want a multiline text/label displayed next to each of them.

If this is not the right way to approach it, please suggest and recommend. I was thinking of using infowindow, but it doesnt seem to work for me since you can only have one open at any given time. I have 2 points on the map.
1 Reply
SimonUyttendaele
New Contributor III
Hello,

Using newlines "\n" can be supported using the following solution.

Please vote upon the following idea which is precisely about this.

Regards
0 Kudos