views:

194

answers:

2

I need to have the user be able to cut-and-paste rich text into a big text box on my web page. How do I do that?

+1  A: 

You can install a JavaScript editor like TinyMCE to allow for rich text. This particular WYSIWYG editor has a "Paste from Word" function that helps reduce all the nasty character encoding problems you typically have when users attempt to publish Word documents on the web.

Mark Hurd
Please note that you can't do RTF paste to TinyMCE, at least on Mac (the browser is not the case)
ohnoes
A: 

I guess you can do it only by using IE/Windows/TinyMCE-like-widget set.

Here's some information about clipboards.

ohnoes