拼写检查器控件无法与asp.net中的富文本框控件一起使用 [英] Spell checker control is not working with rich text box control in asp.net

查看:93
本文介绍了拼写检查器控件无法与asp.net中的富文本框控件一起使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,
我正在开发一个带有Richtextbox控件和asp拼写检查器控件的应用程序.面临的问题是正在进行拼写检查,但不会更改错误的拼写.

它不起作用的情况是
我在RichTextBox字段中放入一些文本,然后单击拼写检查"按钮.它会提示您输入拼写错误,但是当我们选择正确的拼写时,它并不会将其复制到Rich text box contrl中.
注意:当我将简单的文本框控件与asp拼写检查器控件一起使用时,相同的情况也适用.

需要紧急帮助.
等待答复

Hi there,
i m developing an application with richtextbox control and asp spell checker control in it.the prblm faced is that Spell check is happening but the change of wrong spelling is not taking place.

The scenario in which it doesnt work is
i Put some text in RichTextBox field then click on "spell check" button. It will prompt for the spelling mistakes, but when we select correct spelling it is not copying it in Rich text box contrl.
Note:the same scenario is working when i use simple text box contrl with asp spell checker contrl.

Need urgent help.
Awaiting for reply

推荐答案

farhin123写道:
farhin123 wrote:

RichTextBox字段

RichTextBox field


在ASP.NET中是否有类似RichTextBox的控件?我认为您是在谈论一些自定义编辑器控件(可能是用某种脚本语言编写的).

如果文本框控件对您有用,则可以使用textarea,但这将不包含您必须在编辑器中获得的样式.

在内部必须中断的是texteditor子对象引用.从拼写检查进行更新时,它们一定会丢失.调试它,您应该就能得到它.


Is there any control like RichTextBox in ASP.NET? I think you are talking of some custom editor control (probably made in some scripting language or so)

If textbox control is working for you, you can use textarea but that will not hold the styles that you must be getting in the editor.

What internally must be breaking is the texteditor child object references. While updating from spellcheck they must be missing. Debug it and you should be able to get it.


这篇关于拼写检查器控件无法与asp.net中的富文本框控件一起使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆