Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active May 8, 2019 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/15a6639a90cd028a51e77d4416ebb6d7 to your computer and use it in GitHub Desktop.
Save bjoerntx/15a6639a90cd028a51e77d4416ebb6d7 to your computer and use it in GitHub Desktop.
function loadDocument()
{
textControl1.loadDocument(
TXTextControl.StreamType.HTMLFormat,
btoa('<strong>This is a test</strong>'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment