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