Rich Text box

M

Manoj

I want to make a RichText box control for web (asp.net).Is
there any sample code how to begin with ?
 
D

Dmitriy Lapshin [C# / .NET MVP]

The easiest way would probably be to re-use <DIV EDITABLE="TRUE"> behavior
or to start off DHTML Editor SDK (actually, both seem to use the same
ActiveX control behind the scenes).

The rest is mainly lots of JavaScript playing with the DHTML Editor API to
make text bold, in italics etc.

Of course this will work only in IE, but I really doubt if this could be
implemented at all in browsers like Netscape 4.x
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top