Is there a way to use a graphic's attribute in a textSymbol's HTMLText property?
I know that the you can add an attribute via the textAttribute property, but I would like to have an HTMLText that equals something like "Here is one attribute: {attributeOne} <br> Here is the second: {attributeTwo}".
Any ideas (other than extending the textSymbol class)?
This would be a great solution, kenbuja, if I were assigning the symbol to a specific graphic, but I would rather assign the TextSymbol to the entire GraphicsLayer (and yes I know I could cludge together a solution by looping through the graphics... but I would extend the class before doing that).