Development of a .NET component that contains a generic DHTML editor that can be used in various intranet applications in order to maintain the website's content.
Supplement
The control is based on .NET 2.0, C# , ASP.NET and DHTML. The client functions, the editor itself, are based on JavaScript. All the necessary elements, such as icons for the toolbar and JavaScript are embedded in the DLL so that there is an independent DLL for using the controls. The component can run as more than one instance within a page, both in the aspx file and on the code side. It offers a dynamic expandability of the button functions.
Subject description
The component replaces the DHTML Editor Control that is no longer supplied in Vista with an editable <div> tag. The request was to use as generic an approach as possible.