Static
STATUSESReadonly
beforeReadonly
beforeReadonly
destructed: "destructed"Readonly
ready: "ready"Parent View element
Readonly
modsThe window in which jodit was created
Readonly
targetReadonly
uidCurrent component status
Setter for current component status
Component was destructed
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.
Component is ready for work
Status bar is shown
Shortcut for this.jodit
Add element in statusbar
Bind destructor to some View
Safe get any field
the path to be traversed in the obj object
Optional
obj: IDictionarythe object in which the value is searched
private a = {
b: {
c: {
e: {
g: {
color: 'red'
}
}
}
}
}
this.get('a.b.c.e.g.color'); // Safe access to color
// instead using optionsl chaining
this?.a?.b?.c?.e?.g?.color
Return element with BEM class name
Return elements with BEM class name
Calc BEM element class name
element name in the bem classification
Adds a handler for changing the component's status
the status at which the callback is triggered
a function that will be called when the status is status
Static
isSet/remove BEM class modification
if null, mod will be removed
Optional
container: HTMLElementSet component status
component status
ComponentStatus
If you like Jodit - try Jodit PRO
The base class of all Jodit UI components. Provides work with a life cycle.