This is a migrated thread and some comments may be shown as answers.

How do I disable Add to Dictionary?

8 Answers 124 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Tomica
Top achievements
Rank 2
Tomica asked on 21 Apr 2008, 02:48 PM
We would like to allow in-house users to save special terms to the dictionary.

However, we would like to block outside (anonymous) users from doing the same thing.

Is there a way to toggle the "Add to Dictionary" function on/off through server code (ASPX)?

8 Answers, 1 is accepted

Sort by
0
Accepted
Lini
Telerik team
answered on 23 Apr 2008, 05:16 PM
Hello,

You can disable the "add to custom" function by setting the spell property AllowAddCustom to false in your code.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Tomica
Top achievements
Rank 2
answered on 23 Apr 2008, 06:41 PM
One week after purchasing the product, I continue to find amazing capabilities and many advanced, customizable features that I need.

Thanks for a prompt response, and your patience as I learn to navigate through the extensive documentation.
0
vishesh kumar
Top achievements
Rank 1
answered on 18 Dec 2009, 11:17 AM
Hi,

I went through the guidelines that were given here at : http://www.telerik.com/help/aspnet/editor/customizingradspell.html

I want to disable the add to dictionary button. So i needed to find the ConfigFile.xml which according to the above link was supposed to be at editor's /RadControls/Editor/ConfigFile.xml

However I was not able to find this file in the entire file system.

Please guide me to the exact location of this file.

Thanks
0
Rumen
Telerik team
answered on 18 Dec 2009, 11:32 AM
Hi Vishesh,

This help article applies to RadSpell Classic which has a config file. RadSpell for ASP.NET AJAX does not have a configfile, because it could be configured using themes.

To hide the Add To Dictionary option in RadSpell for ASP.NET AJAX you should set the AllowAddCustom="false", e.g.

<telerik:RadSpell ID="RadSpell1" runat="server" AllowAddCustom="false" />

Sincerely yours,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
vishesh kumar
Top achievements
Rank 1
answered on 21 Dec 2009, 06:04 AM
Hi,

According to your previous post, you said that we should customize radspell using a line like this: 
<telerik:RadSpell ID="RadSpell1" runat="server" AllowAddCustom="false" />

However we are using radeditor directly and not radspell .

Please suggest how to customize radeditor for this functionality.

Thanks
0
Georgi Tunev
Telerik team
answered on 21 Dec 2009, 07:20 AM
Hello vishesh,

You could use the SpellCheckingSettings section of RadEditor's declaration

<telerik:RadEditor ID="Editor1" runat="server">
    <SpellCheckSettings AllowAddCustom="false" />
</telerik:RadEditor>



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Sean
Top achievements
Rank 1
answered on 16 Mar 2010, 05:23 PM
I have radspell throughout the site. Is there a way to disable this feature without setting allowaddcustom to false for every single radspell?
0
Rumen
Telerik team
answered on 17 Mar 2010, 10:09 AM
Hi Sean,

You can use ASP.NET Theme to configure multiple RadSpell / RadEditor controls from a single skin file. See this help article for more information: Using Themes.

All the best,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Spell
Asked by
Tomica
Top achievements
Rank 2
Answers by
Lini
Telerik team
Tomica
Top achievements
Rank 2
vishesh kumar
Top achievements
Rank 1
Rumen
Telerik team
Georgi Tunev
Telerik team
Sean
Top achievements
Rank 1
Share this question
or