Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active June 23, 2022 09:26
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/f0b69bf6db2d9c3f372a9bd0c1e35228 to your computer and use it in GitHub Desktop.
Save bjoerntx/f0b69bf6db2d9c3f372a9bd0c1e35228 to your computer and use it in GitHub Desktop.
TXTextControl.saveDocument(TXTextControl.StreamType.InternalUnicodeFormat,
function(document) {
// send the document to your controller here
console.log(document.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment