Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created August 12, 2021 15:43
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/232d9c633112a80fb5d813397254ec99 to your computer and use it in GitHub Desktop.
Save bjoerntx/232d9c633112a80fb5d813397254ec99 to your computer and use it in GitHub Desktop.
<script src="https://localhost:44323/TextControl/GetResource?Resource=minimized.tx-viewer.min.js"></script>
<style>
#txViewerHost {
width: 1000px;
height: 800px;
}
</style>
<div id="txViewerHost"></div>
<script>
// create a new DocumentViewer
TXDocumentViewer.init( {
containerID: 'txViewerHost',
viewerSettings: {
toolbarDocked: true,
dock: "Fill",
isSelectionActivated: true,
showThumbnailPane: true,
basePath: 'https://localhost:44323',
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment