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