Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 10, 2015 09:44
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/93902a05b4d75d6632f5 to your computer and use it in GitHub Desktop.
Save bjoerntx/93902a05b4d75d6632f5 to your computer and use it in GitHub Desktop.
@Html.TXTextControl().TextControl(settings =>
{
settings.DocumentTargetMarkers = true;
settings.DocumentFileDirectory = Server.MapPath("~/App_Data/Documents");
settings.TableGridLines = false;
settings.StatusBarColor = System.Drawing.Color.Red;
settings.BackColor = System.Drawing.Color.Yellow;
settings.Dock = TXTextControl.Web.DockStyle.Window;
}).Render()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment