Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 17, 2015 09:50
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/646c71087b673575627b to your computer and use it in GitHub Desktop.
Save bjoerntx/646c71087b673575627b to your computer and use it in GitHub Desktop.
<div class="custom-bar">
Custom bar at the top
</div>
<div class="editor">
@Html.TXTextControl().TextControl(settings =>
{
settings.Dock = DockStyle.Window;
}
).Render()
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment