javascript - how to create rich text area dynamically in client browser -
I am using wysiwg ... rich text field and I want to dynamically create it while running < / P>
I also use the FCKeditor and try to create a new Rich Text area on runtime but here I can make dynamic Rich Text Area at run time in the browser
whenever I
You can use FCKeditor.CreateHTML () or FCKeditor.ReplaceTextarea () for this. You need a unique ID for each editor.
Comments
Post a Comment