Add "Paste From" / "Paste As" option to Rich Text control
Currently, we have a SmartForm which has a RichText control.
Our form also includes some bulleted text (displayed using a label) from which the users copy/paste some or all of the bullets and paste them into the RTF.
The problem is that the leading/trailing "<ul>" and "</ul>" tags are not copied or pasted. Then, when we attempt to use these data in a report, our PDF generation library often fails (using iTextSharp) due to erroneous HTML.
We would like a "Paste as Plan Text" option added to the RTF Control. Alternatively, our CMS RTF editor offers "Paste from MS Word" and "Paste from HTML" options that cleans up bad / partial HTML on paste.
A related problem revolves around users pasting content from MS Word documents, the ability to paste cleanly from MS Word would be useful as well.
