Rich TextBox

Hierarchy

  • IRichTextBox

Properties

el: HTMLDivElement

The quill root element.

elContents: HTMLDivElement

The div element containing the textbox content.

getHtml: (() => string)

Type declaration

    • (): string
    • Method to get the contents as html.

      Returns string

getText: (() => string)

Type declaration

    • (): string
    • Method to get the contents as text.

      Returns string

quillObj: any

The quill object.

setHtml: ((string) => void)

Type declaration

    • (string): void
    • Method to set the content's html.

      Parameters

      • string: any

      Returns void

Generated using TypeDoc