Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 9, 2015 09: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/c88d422912a7b5caad34 to your computer and use it in GitHub Desktop.
Save bjoerntx/c88d422912a7b5caad34 to your computer and use it in GitHub Desktop.
@using TXTextControl.Web
@using TXTextControl.Web.MVC
@{
ViewBag.Title = "Index";
}
@* Add TXTextControl.Web to the view *@
@Html.TXTextControl().TextControl().Render()
<input onclick="SaveToController('test.docx')" id="btnSave" type="button" value="Save" />
<input onclick="LoadFromController('test.docx')" id="btnLoad" type="button" value="Load" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment