Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active March 5, 2018 21:18
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/1a417536c3a75021294360602c8d638d to your computer and use it in GitHub Desktop.
Save bjoerntx/1a417536c3a75021294360602c8d638d to your computer and use it in GitHub Desktop.
<script>
var textControl1;
window.onload = function() {
textControl1 = new TXTextControlWeb("myTextControlContainer");
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment