Hi!
I'm currently working on implementing the RadEditor in a MOSS project when I came upon the following questions;
I'm currently working on implementing the RadEditor in a MOSS project when I came upon the following questions;
- I want to edit a field in SharePoint using the RadEditor. Having a fixed number of layouts available I want to replace the RichHtmlField with the RadEditor. However, the RadEditor does not have the FieldName property and therefore might be a viable solution. Therefore I'm using the RadHtmlField control instead, which has the FieldName property. Is this correctly understood and a good solution?
- Also, I would like to change the language of the control, but, as could be read above, when using the RadHtmlField, the language property is not available as it is in the RadEditor. I was thinking of replacing the default resource files with my own, fully aware of the problems that might arise when upgrading the product. Is there a better way of accomplishing this task?
- Spellchecking is not at all available with the RadHtmlField that I can see. Is there a way to incorporate this functionality with the RadHtmlField, or do I have to use the RadEditor?
Best regards
Sebastian