Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active July 3, 2018 12:02
Show Gist options
  • Save bjoerntx/d1291dc4f60a1a99d9144d4bf9e6fdd0 to your computer and use it in GitHub Desktop.
Save bjoerntx/d1291dc4f60a1a99d9144d4bf9e6fdd0 to your computer and use it in GitHub Desktop.
@Html.TXTextControl().DocumentViewer(settings =>
{
settings.Dock = DocumentViewerSettings.DockStyle.Fill;
settings.IsSelectionActivated = true;
settings.ShowThumbnailPane = true;
}).Render()
<button onclick="LoadDocument('car_insurance.tx')"
class="btn mt-3 btn-success">Load Document</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment