Static
STATUSESReadonly
asyncReadonly
bufferSome extra data inside editor
copyformat plugin
Readonly
componentsAll created ViewComponent inside this view
Readonly
createStatic
defaultStatic
Readonly
esReadonly
eventsID attribute for source element, id add {id}_editor
it's editor's id
Readonly
isReadonly
isReadonly
modsThe window in which jodit was created
progress_bar Progress bar
Readonly
storageContainer for persistent set/get value
Readonly
uidReadonly
versionBind destructor to some View
Abstract
classSafe get any field
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
the path to be traversed in the obj object
Optional
obj: IDictionary<any, string>the object in which the value is searched
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
isSet/remove BEM class modification
if null, mod will be removed
Optional
container: HTMLElementSet component status
ComponentStatus
component status
Get path for loading extra staff
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
If you like Jodit - try Jodit PRO
The base class of all Jodit UI components. Provides work with a life cycle.