Hi All,
I am using a Rad editor as my EmailBody - This one comes with all bold,italic,underline...etc (All functionality that a outlook mail will have)
When I have the above code It is not letting me enter any text in the "txtemailbody" When I add enabletextareamode="True" to the above code I am able to enter text but all the "old,italic,underline...etc (All functionality that a outlook mail will have) " functionality is not there any more.
How can I keep the functionality and enable Rad editor to accept text?? Please Advise??
I am using a Rad editor as my EmailBody - This one comes with all bold,italic,underline...etc (All functionality that a outlook mail will have)
<
telerik:RadEditor
ID
=
"txtEmailBody"
runat
=
"server"
Width
=
"750px"
StripFormattingOptions
=
"MSWord, Css, Span, ConvertWordLists"
EditModes
=
"All"
StripFormattingOnPaste
=
"MSWord, Css, Span, ConvertWordLists"
ToolsFile
=
"~/DesktopModules/Test/RadEditorTools.xml"
>
</
telerik:RadEditor
>
When I have the above code It is not letting me enter any text in the "txtemailbody" When I add enabletextareamode="True" to the above code I am able to enter text but all the "old,italic,underline...etc (All functionality that a outlook mail will have) " functionality is not there any more.
How can I keep the functionality and enable Rad editor to accept text?? Please Advise??