var fDesc=new Array(); fDesc[0] = "JitBit WebHtmlEdit® ASP.NET control is a powerful WYSIWYG (What You See Is What You Get) browser-based HTML editor for ASP.NET (also called "Rich Text Editor"). It enables ASP.NET Web developers to replace simple text-boxes and text-areas in their existing web applications with a powerful, easy to use WYSIWYG online HTML editor component.
WebHtmlEdit is a .NET web-control, which can be easily integrated into any web application and VS.NET project. This control can be used in content management systems, online e-mail readers etc. It is compatible with both Firefox and IE.
Features:
* Easy for both end-users and developers
* Cross-browser: all features have been tested with Mozilla Firefox
* export to Word with one click
* Undo-redo mechanism
* Multiple editors on one aspx-page
* Designer support
* Editing HTML-code
* Easily insert tables, hyperlinks and images
* Different color themes
* Reasonably priced"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }