0
我想知道是否可以刪除Kendo編輯器的字體顏色工具中的一些顏色... 其實我有這個。Kendo編輯器中的自定義字體顏色工具
@(Html.Kendo().Editor()
.Name("Editor")
.Tools(tools => tools.Clear().FontColor())
.HtmlAttributes(new { @class = "some_class" })
.Events(e => e.Change("someEvent"))
)
我只需要允許紅色和綠色的顏色。
在此先感謝。