Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active August 25, 2020 07:46
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/cf0c9eaa2f08a720e5aa513b5709609b to your computer and use it in GitHub Desktop.
Save bjoerntx/cf0c9eaa2f08a720e5aa513b5709609b to your computer and use it in GitHub Desktop.
<script>
// create a new DocumentViewer
TXDocumentViewer.init( {
containerID: 'txViewerHost',
viewerSettings: {
toolbarDocked: true,
dock: "Fill",
isSelectionActivated: true,
showThumbnailPane: true,
basePath: 'https://backend.textcontrol.com',
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment