HTML editor is one of the most-often used Web parts. It allow users to interactively edit the contents of the portal, and to immediately see the results in the WYSIWYG fashion. HTML editor exposes an additional action verb in its menu: Edit. When the user clicks on that verb, page is switched to the design mode, and each mouse click in the editable area initializes editor toolbar that is by default shown in the top portion of the screen.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class MonoXHtmlEditor : BaseAutoRegisterPart, 
	IRssWebPart, IContentSharingWebPart
Visual Basic
Public Class MonoXHtmlEditor
	Inherits BaseAutoRegisterPart
	Implements IRssWebPart, IContentSharingWebPart
Visual C++
public ref class MonoXHtmlEditor : public BaseAutoRegisterPart, 
	IRssWebPart, IContentSharingWebPart
F#
type MonoXHtmlEditor =  
    class
        inherit BaseAutoRegisterPart
        interface IRssWebPart
        interface IContentSharingWebPart
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX.ModuleGallery..::..MonoXHtmlEditor

See Also