This topic is locked

Changing from using reach text editor to regular text area

11/28/2006 6:21:34 AM
ASPRunnerPro General questions
orit author

I have an application in which I defined text area to be Reach Text Editor. Since I made a lot of modifications in the code after working with the wizard, I would like to know how can I change in code Reach text area to regular text area.
Please advise.
Thanks

Sergey Kornilov admin 11/28/2006

You'll need to remove all references to old RTE (writeRTE, UpdateRTEs, richtext.js etc).

Also you need to replace a call to writeRTE with simple <textarea name=... > ... </textarea>.
To get a better idea build two sample projects to separate directories where one of them uses RTE while second don't and see the difference. You can use WinMerge software to see what exactly is different between those two applications.