Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 23, 2016 19:01
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/f106b0d1b4e351faae0340b8a3588081 to your computer and use it in GitHub Desktop.
Save bjoerntx/f106b0d1b4e351faae0340b8a3588081 to your computer and use it in GitHub Desktop.
var sel = TXTextControl.selection
var bounds = { "start":5,"length":2 }
sel.setBounds(bounds)
var html = "New text";
var encoded = btoa(html);
sel.load(TXTextControl.StreamType.PlainText, encoded);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment