Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created March 26, 2013 10:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lohithgn/5244486 to your computer and use it in GitHub Desktop.
All Tools on Kendo Editor code
@(
Html.Kendo().Editor()
.Name("kEditor")
.Tools(tools => tools
.SubScript()
.SuperScript()
)
.HtmlAttributes(new {style="width:740px;height:240px"})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment