Hi,
I have a database which contains files saved in RTF. Is it possible to bind the RTF text programaticly to the WebHtmlEditor or any other control. I need only to display the text with the formating there will be no editing from the client's side.
WebHtmlEditor reads HTML. It has no functionality to translate to or from RTF format.
If you have some method that provides the raw, unformatted text from RTF input, you can set the Text property of WebHtmlEditor to that value. This will give you unformatted text.
Likewise, if you have some method that translates RTF input into HTML output, including translating how the formatting is applied, then you can set the Text property of WebHtmlEditor to that value. This will give you formatted text.
How can we capture Copy (CTRL+C) event to filter the content of Clipboard before it is written to editor.
Hi
Is it possible to handle client side clipboard copy event and filter the content of clipboard into raw text instead of strange windows ms word content.
Thank you.
Gennaro