Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 29, 2024 11:27
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/438bf28f180fe1385a3be46a4520cae4 to your computer and use it in GitHub Desktop.
Save bjoerntx/438bf28f180fe1385a3be46a4520cae4 to your computer and use it in GitHub Desktop.
export function loadDocument(document, name) {
// load the document back into the editor (TXTextControl)
TXDocumentViewer.loadDocument(document, name);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment