Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active July 25, 2019 14: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/aa089c2c7a4fbb9ece727692f5dd45a5 to your computer and use it in GitHub Desktop.
Save bjoerntx/aa089c2c7a4fbb9ece727692f5dd45a5 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MyApp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script src="https://labs.textcontrol.com/widget/scripts/txtextcontrol.web.js"></script>
</head>
<body>
<app-root></app-root>
<script>
var textControl1;
window.onload = function() {
textControl1 = new TXTextControlWeb("myTextControlContainer");
};
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment