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;
    window: { minimizable: boolean; resizable: boolean };
} = ...
PARTS: { form: { template: string } } = ...

Accessors

Methods