Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 6, 2020 10:29
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/31be286a808a9b7f496278104371d04b to your computer and use it in GitHub Desktop.
Save bjoerntx/31be286a808a9b7f496278104371d04b to your computer and use it in GitHub Desktop.
@using TXTextControl.Web
@using TXTextControl.Web.MVC
@Html.TXTextControl().TextControl(settings =>
{
settings.UserNames = new string[] { "Richard Reviewer" };
settings.DocumentFileDirectory = Server.MapPath("~/App_Data");
settings.Dock = DockStyle.Window;
}).Render()
<script src="~/CommentsExtension/tx-comments.js"></script>
<link href="~/CommentsExtension/tx-comments.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment