Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 9, 2021 17:40
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/65981cac80ff4b8337789a726a203832 to your computer and use it in GitHub Desktop.
Save bjoerntx/65981cac80ff4b8337789a726a203832 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://localhost:44353',
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment