The base class of all Jodit UI components. Provides work with a life cycle.

Hierarchy

Constructors

Properties

STATUSES: {
    beforeDestruct: "beforeDestruct";
    beforeInit: "beforeInit";
    destructed: "destructed";
    ready: "ready";
} = STATUSES

Type declaration

  • Readonly beforeDestruct: "beforeDestruct"
  • Readonly beforeInit: "beforeInit"
  • Readonly destructed: "destructed"
  • Readonly ready: "ready"
async: IAsync = ...
buttonSize: "small" | "tiny" | "xsmall" | "middle" | "large" = 'middle'
container: HTMLElement
elements: IUIElement[] = []
jodit: IJodit

Parent View element

mode: "vertical" | "horizontal" = 'horizontal'
mods: IDictionary<null | string | boolean> = {}
name: string = ''
options?: IDictionary
ownerWindow: Window = window

The window in which jodit was created

syncMod: boolean = false

Synchronize mods to all children

uid: string
update: CallbackFunction<any> = ...

Accessors

  • get componentName(): string
  • Returns string

  • get componentStatus(): ComponentStatus
  • Current component status

    Returns ComponentStatus

  • set componentStatus(componentStatus): void
  • Setter for current component status

    Parameters

    Returns void

  • get defaultTimeout(): number
  • Returns number

  • get isDestructed(): boolean
  • Component was destructed

    Returns boolean

  • get isInDestruct(): boolean
  • The component is currently undergoing destructuring or has already been destroyed. Those. you should not hang new events on him now or do anything else with him.

    Returns boolean

  • get isReady(): boolean
  • Component is ready for work

    Returns boolean

  • get j(): T
  • Shortcut for this.jodit

    Returns T

  • get ownerDocument(): Document
  • The document in which jodit was created

    Returns Document

Methods

  • Parameters

    Returns void

  • Returns string

    Returns void

  • Helper for getting full plain button list

    Returns string[]

  • Calc BEM element class name

    Parameters

    • elementName: string

      element name in the bem classification

    Returns string

  • Parameters

    • elementName: string
    • mod: string

    Returns string

  • Parameters

    • elementName: string
    • mod: string
    • modValue: string | boolean

    Returns string

  • Get BEM class modification value

    Parameters

    • this: IMods
    • name: string

    Returns ModType

  • Returns void

  • Adds a handler for changing the component's status

    Parameters

    • status: ComponentStatus

      the status at which the callback is triggered

    • callback: ((component) => void)

      a function that will be called when the status is status

    Returns void

  • Parameters

    • text: string
    • Rest ...params: (string | number)[]

    Returns string

  • Returns void

  • Set direction

    Parameters

    • direction: "rtl" | "ltr"

    Returns void

  • Set component status

    Parameters

    Returns void

    See

    ComponentStatus

  • Parameters

    Returns boolean

  • Parameters

    Returns boolean

  • Returns void

  • Show the inline toolbar inside WYSIWYG editor.

    Parameters

    • Optional bound: IBound

      you can set the place for displaying the toolbar, or the place will be in the place of the cursor

    Returns void

Jodit PRO

If you like Jodit - try Jodit PRO