Static
Readonly
ESStatic
STATUSESReadonly
beforeReadonly
beforeReadonly
destructed: "destructed"Readonly
ready: "ready"Readonly
componentsAll created ViewComponent inside this view
Readonly
createStatic
defaultStatic
Readonly
esStatic
Readonly
esID attribute for source element, id add {id}_editor
it's editor's id
Readonly
isReadonly
isReadonly
modsThe window in which jodit was created
Readonly
uidStatic
Readonly
versionGet path for loading extra staff
Some extra data inside editor
copyformat plugin
Current component status
Setter for current component status
Return default timeout period in milliseconds for some debounce or throttle functions.
By default, {history.timeout}
options
Component was destructed
View is in fullSize
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.
View is locked
Component is ready for work
Short alias for options
progress_bar Progress bar
Container for persistent set/get value
Container for toolbar
Bind destructor to some View
Abstract
classSafe 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
Make one instance of one module
Optional
options: objectStatic
getAdds 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
isRegister button for group
Set/remove BEM class modification
if null, mod will be removed
Optional
container: HTMLElementChange panel container
Set component status
component status
ComponentStatus
Remove button from group
If you like Jodit - try Jodit PRO
The base class of all Jodit UI components. Provides work with a life cycle.