Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created March 26, 2013 09:19
  • 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/5244096 to your computer and use it in GitHub Desktop.
Kendo Editor MVC Wrapper Basic Usage
@(
Html.Kendo().Editor()
.Name("kEditor")
.HtmlAttributes(new {style="width:740px;height:440px"})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment