Created
August 1, 2014 07:42
-
-
Save gtallen1187/625fd1be04890d0b197b to your computer and use it in GitHub Desktop.
short script that refreshes an HTML text area
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from Spotfire.Dxp.Application.Visuals import HtmlTextArea | |
vis.As[HtmlTextArea]().HtmlContent += " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment