RTE control for ASP
The RTE we have so far is a framework which consists of a bunch of Javascript files scattered around a web page. The major disadvantages of this RTE are:
Not easy to use. The programmers have to know where to put which files at the right sequence.
Not possible to have more than one RTE in a page.
No undo, redo, save to file functions.
To overcome these drawbacks, I developed a new version of RTE, which is based on the RTE for ASP.NET I mentioned before, to make it work for ASP. It is not as flexible as The Custom Server Control in ASP.NET (ASP does not have the concept of Server Control), but it is a COM object fairly easy to use. Please take a look at the demo at:
http://gate.ebiztscom/RTFBox/asp/RTETest.asp
The RTETest.asp is attached:
RTETest

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home