Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created July 14, 2021 15:14
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/021b98d811ab51a7eb24bd06da9b1e2a to your computer and use it in GitHub Desktop.
Save bjoerntx/021b98d811ab51a7eb24bd06da9b1e2a to your computer and use it in GitHub Desktop.
<script>
function addEditorToElement(element) {
TXTextControl.init({
containerID: element.id,
serviceURL: "https://trial.dsserver.io",
authSettings: {
clientId: "",
clientSecret: ""
}
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment