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

Automatic Spellcheck in MOSS RadEditor

6 Answers 124 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Phani
Top achievements
Rank 1
Phani asked on 06 Jul 2007, 12:57 AM
Hi,

I am using the full version of RADEditor in MOSS and want to perform the spellcheck before user submits the form to the sharepoint (on the client side, thru Javascript). Is it possible to enable the spellcheck thru Javascript. If so, can you pls provide me with the sample.

FYI: I have seen few samples provided for ASP.Net Spell check to perform spellcheck at the client side, where you are taking the RADEditor control id and performing spell check. But in the SharePoint list, I am not able to get the ID of the RADEditor.

Regards,
Phani

6 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Jul 2007, 07:27 AM
Hi Phani,

The required solution is currently only available for the standard RadEditor and RadSpell for ASP.NET, because the OnClientLoad and OnClientSubmit properties of RadEditor are not yet implemented to work for RadEditor for MOSS.

Their implementations are in our ToDo list and we will do our best to provide them soon.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Lini
Telerik team
answered on 13 Jul 2007, 07:55 AM
Hello Phani,

I am not sure if Rumen is correct. I think that you can implement the current ASP.NET solution in the MOSS editor as well. It has a separate configuration file for lists (ListConfigFile.xml). You can add the OnClientLoad and OnClientSubmit properties there. Since there is no aspx file to add the javascript code to, you will need to find another place to put the spellchecking code. You can try the MOSSEditorTools.js file in \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.1.0.0__1f131a624888eeed\RadControls\Editor\Scripts\7_1_1\
Simply append the JavaScript code at the end of this file and it will be loaded by the editor automatically.

Note that these changes are lost when you retract the RadEditor solution (e.g. if you are updating the editor to a new version). Therefore you will need to apply them each time you install a new editor version.

Kind regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Phani
Top achievements
Rank 1
answered on 13 Jul 2007, 01:10 PM
Hi Lini,

Thanks for ur reply. I have already implemented the automatic spellcheck functionality in MOSS.

I have added the piece of javascript in the MOSS and enabled it to perform spellcheck.

Regards,
Phani
0
mayerh2
Top achievements
Rank 1
answered on 27 Jul 2007, 11:34 AM
Do you already have more information, when this feature (OnClientLoad and OnClientSubmit properties of RadEditor are not yet implemented to work for RadEditor for MOSS)
will be available for the MOSS version. We would need it at least end of august.  Will this be possible ?
0
Lini
Telerik team
answered on 27 Jul 2007, 12:47 PM
Hi,

The client functions have been implemented in the MOSS editor code. You can get an early look at the next version if you want. We have a RC build available for testing at the moment. The final version should be released as soon as we finish with the remaining issues (automatic update of reusable content). If you wish to get the RC build, open a formal support ticket and make a request.

Kind regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mahesh
Top achievements
Rank 1
answered on 27 Feb 2008, 07:54 PM
Phani,

Could you please let me know how you implemented this automatic spell check feature on the server. Also, can you please post the JS code you used for implementing this. I am a SharePoint developer but I have no server access, is there any way to implement this functionality just for a site and not for the entire MOSS?

Thanks,
Mahesh.
Tags
WebParts for SharePoint
Asked by
Phani
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Lini
Telerik team
Phani
Top achievements
Rank 1
mayerh2
Top achievements
Rank 1
Mahesh
Top achievements
Rank 1
Share this question
or