In our page we used RadEditor to display the body of the mail.
We should have the RadEditor to be read only while readig the mail.
If i set Enable = "false" & width="150px", the scroll is not coming for the editor and we could see the first 10 lines of the mail body. The remaning lines are not able to see.
If I set Enable = "false" and no width porperty the RadEditor extends with respect o the mail body. we need scroll for this content.
we already tried with the following client side script in the OnClientLoad event, but this is also not workin. We are using the 2009.2.701.35 version DLL.
function OnClientLoad(editor)
We should have the RadEditor to be read only while readig the mail.
If i set Enable = "false" & width="150px", the scroll is not coming for the editor and we could see the first 10 lines of the mail body. The remaning lines are not able to see.
If I set Enable = "false" and no width porperty the RadEditor extends with respect o the mail body. we need scroll for this content.
we already tried with the following client side script in the OnClientLoad event, but this is also not workin. We are using the 2009.2.701.35 version DLL.
function OnClientLoad(editor)
{
editor.enableEditing(
false); //disable the toolbar and content area
}
Please provide a solution that the content should be read only with scroll.
Please refer the attached document which contains the screen shots of our issues.
Thanks in advance
Regards,
Bharath
