views:

330

answers:

2

i am uses wysiwg... rich text area and i want to create it dynamically at run time

also i uses FCKeditor and try to create new rich text area at run time but here i can' create dynamic rich text area at run time in browser

also when i create new one data in old rich text area mist be persist its value

+1  A: 

You can use FCKeditor.CreateHTML() or FCKeditor.ReplaceTextarea() for this. You need an (unique) id for each editor.

VolkerK
A: 

Do you specifically want Rich Text, or do you want some kind of formatting that will be in HTML? If you want the latter then have had success with TinyMCE works well, but there are literally stacks of them, many of which are good.

Craig