devexpress html编辑器,Devexpress mvc html编辑器拼写检查不起作用

我有使用DevExpress ASP.NET MVC HTMLEditor的MVC项目。编辑器处于局部视图,呈现回调。下面是拼写检查初始化设置:Devexpress mvc html编辑器拼写检查不起作用

@Html.DevExpress().HtmlEditor(

settings =>

{

settings.SettingsSpellChecker.Culture = new System.Globalization.CultureInfo("en-us");

ASPxSpellCheckerISpellDictionary dictionary = new ASPxSpellCheckerISpellDictionary();

dictionary.AlphabetPath = "~/Content/Dictionaries/EnglishAlphabet.txt";

dictionary.GrammarPath = "~/Content/Dictionaries/english.aff";

dictionary.DictionaryPath = "~/Content/Dictionaries/american.xlg";

dictionary.CacheKey = "ispellDic";

dictionary.Culture = new System.Globalization.CultureInfo("en-us");

dictionary.EncodingName = "Western European (Windows)";

settings.SettingsSpellChecker.Dictionaries.Add(dictionary);

...

settings.Toolbars.Add(toolbar =>

{

toolbar.Items.Add(new ToolbarCheckSpellingButton(true));

...

}

}).GetHtml()

但是当我按下“拼写检查”按钮编辑器不执行任何操作(只是发送回调重新呈现局部视图)在JS控制台,有没有错误。

是否有ani额外的选项来启用拼写检查,我忘了检查?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值