Kendo Editor Tools Option Code
@( | |
Html.Kendo().Editor() | |
.Name("kEditor") | |
.Tools(tools => tools | |
.Clear() | |
.FontName() | |
.FontSize() | |
.FontColor() | |
.BackColor() | |
) | |
.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