Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created October 5, 2023 14:05
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/ec4bad37b1ba1cb1e9de1d096b5cdd55 to your computer and use it in GitHub Desktop.
Save bjoerntx/ec4bad37b1ba1cb1e9de1d096b5cdd55 to your computer and use it in GitHub Desktop.
export function loadDocument(document) {
// load the document back into the editor (TXTextControl)
TXTextControl.loadDocument(TXTextControl.StreamType.InternalUnicodeFormat, document);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment