Titan85
09-09-2006, 04:01 PM
1) Script Title: Rich Text Editor
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm
3) Describe problem: I am trying to edit the content area that the editor is attached to (like the one that the editor works on). The exact thing i am trying to do is attach a class and a name to it, something like:
<textarea name="content" cols="70" rows="10" wrap="virtual" class="textfield"></textarea>. I looked through the javascript, but I am not to familiar with it and didn't see anywhere to add this. I appreciate any help :) .
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm
3) Describe problem: I am trying to edit the content area that the editor is attached to (like the one that the editor works on). The exact thing i am trying to do is attach a class and a name to it, something like:
<textarea name="content" cols="70" rows="10" wrap="virtual" class="textfield"></textarea>. I looked through the javascript, but I am not to familiar with it and didn't see anywhere to add this. I appreciate any help :) .