Html in TextArea

#This is a very powerful script as you can include html from a document property to update a text area:

from Spotfire.Dxp.Application.Visuals import HtmlTextArea
vis = ta.As[HtmlTextArea]()
vis.HtmlContent = Document.Properties["HtmlInput"]

More details here
Previous
Next Post »