|
Rank: Newbie
Groups: Registered
Joined: 1/25/2017 Posts: 6
|
Hi,
I am using RapidSpell Web .NET v5 for my MVC project. How can I turn off or avoid alert message at the end of spelling ("The spelling check is completed")?
Br
|
|
Rank: Administration
Groups: Administrators
Joined: 8/13/2004 Posts: 66
|
Thanks for posting. You can stop the message by setting the ShowFinishedMessage property to false. Full details on setting parameter values can be seen in the documentation. Here's a link direct to the Parameters page; https://keyoti.com/produ...s/JSmode/Parameters.htm
Let me know if you have any trouble. Dan Keyoti
|
|
Rank: Newbie
Groups: Registered
Joined: 1/25/2017 Posts: 6
|
Hi, I set how you told me : rapidSpell.setParameterValue("default", "ShowFinishedMessage", false); (but as i see it's false by default )
Other rapidSpell setup i am using: rapidSpell.dialog_setUseDivDialog(true); rapidSpell.setParameterValue("default", "IgnoreXML", true); and call dialog for one texBox: rapidSpell.dialog_spellCheck(true, "texBox1") and for a few : rapidSpell.dialog_spellCheck(true, idsToCheck); (idsToCheck list of texBoxes ids).
Spell check working fine, but also i get at the end of spelling alert dialog ("The spelling check is completed").
|
|
Rank: Administration
Groups: Administrators
Joined: 8/13/2004 Posts: 66
|
We have identified and fixed the issue. Please download the following file and replace it in the Keyoti_RapidSpell_Web_Common folder; https://www.dropbox.com/...pidSpell-DIALOG.js?dl=0
You will need to make sure the old file is not being cached. Please let us know how that goes. Dan
|
|
Rank: Newbie
Groups: Registered
Joined: 1/25/2017 Posts: 6
|
Hi Dan, Thank you very much for quick support!!! Everything is working fine with updated RapidSpell-Dialog.js
Br
|
|