HTML Editor

Generic HTML text editor.

Hierarchy

  • any
    • HTMLEditor

Constructors

  • Returns HTMLEditor

Properties

DEFAULT_OPTIONS: {
    classes: string[];
    form: { closeOnSubmit: boolean; submitOnChange: boolean };
    position: { height: number; width: number };
    sheetConfig: boolean;
    tag: string;
    window: { minimizable: boolean; resizable: boolean };
} = ...
PARTS: { form: {} } = ...

Methods

  • Parameters

    • result: object
    • content: HTMLElement
    • options: object

    Returns void