MASA.Blazor icon indicating copy to clipboard operation
MASA.Blazor copied to clipboard

How to change the Editor's Theme by Switch?

Open huxinshuo opened this issue 1 year ago • 0 comments

Editor(富文本编辑器)呈现后怎么切换样式?初始时候可以设置样式,呈现后可以切换样式吗? if (ThemeStyle == "snow") { ThemeStyle = "bubble"; } else if (ThemeStyle == "bubble") { ThemeStyle = "snow"; } 这个好像无效

huxinshuo avatar May 02 '24 01:05 huxinshuo