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

Use more than custom (user) dictionary

6 Answers 45 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 05 Feb 2015, 07:31 AM
Hi Team,

Please advise me how to use more than one (User) dictionary?

Thanks

6 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 06 Feb 2015, 02:45 PM
Hi,

Could you describe in more details the functionality, which you are trying to achieve? Are you trying to set different directories in the editor's file browser dialogs depending on a user, or is it some other logic, which you need to implement?


Regards,
Stanimir
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Patrick
Top achievements
Rank 1
answered on 09 Feb 2015, 06:32 AM
Hi Stanimir,

Thanks for the reply.
Here is our case.
We want to use English and Swedish dictionaries in the editor. (Global Dictionaries).
Each Logged in user can have their Own dictionary (User Dictionary)
and also we have one more Dictionary added by Admin (Admin Dictionary) .
So the editor while doing spell check it need to check the following order.
1. English (From Telerik)
2. Swedish (From Telrik)
3. User (From Logged in User - Custom dictionary)
4. Admin (From Top Admin - Custom dictionary)

We need to add the words into the DB(SQL server) while User adding the words into their dictionary.

Thanks
Patrick

0
Patrick
Top achievements
Rank 1
answered on 11 Feb 2015, 06:49 AM
Hi Stanimir,
Any solutions for this?

Thanks
0
Marin Bratanov
Telerik team
answered on 11 Feb 2015, 09:21 AM

Hello Patrick,

You can see how you can add multiple languages for the end user to choose from in this demo: http://demos.telerik.com/aspnet-ajax/editor/examples/spellchecker/defaultcs.aspx. I also want to note that we do not offer a Swedish dictionary. You can find dictionaries our clients have provided in the following sticky thread in the RadSpell forum: http://www.telerik.com/forums/147971-radspell-dictionaries.

You can create your own dictionaries (http://www.telerik.com/help/aspnet-ajax/editor-create-new-dictionary.html) and add them to the editor.

I am attaching here a basic sample that uses a renamed version of the built-in English dictionary to emulate a custom dictionary.

Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Patrick
Top achievements
Rank 1
answered on 16 Feb 2015, 08:07 AM
Hi Marin Bratanov,
Thanks for your reply. We can create or own Swedish main dictionary.

What we basically remains to know,  is if the Telerik spell checker automatically and sequentially can check a word
1) the main dictionary (of some language)
2) if word not found in the main dictionary check the top admin (global) additional dictionary
3) if word not found in the global additional dictionary check the user additional dictionary

Please let us know your comments.

Thanks
0
Marin Bratanov
Telerik team
answered on 16 Feb 2015, 01:50 PM

Hi Patrick,

Neither RadEditor, nor RadSpell (which is what RadEditor uses) advance automatically through the available dictionaries. The both offer dropdowns that let the end user choose which is the language to validate the input against. You can see that in the demo I linked.

If you would like to see such a feature implemented on the control(s), I would advise that you post your expectations of how it should work and how should such a configuration be exposed in our Ideas and Feedback Portal: http://feedback.telerik.com/project/108. If it accumulates enough public interest and gets approval from our management, it will be implemented.

If you do not actually need multi-language support, but only several dictionaries, you can consider merging them into one via the dictionary configuration tool as it offers the ability to import single words to a tdf file: http://www.telerik.com/support/code-library/dictionary-configuration.

Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Patrick
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Patrick
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or