New to Kendo UI for Vue? Start a free 30-day trial
Events
This article provides details about the event available in the Native Editor API.
List of available Editor events
- EditorBlurEvent - Triggered when the Editor is blurred.
- EditorChangeEvent - Triggered when the text inside the Editor is changed.
- EditorExecuteEvent - Triggered when an operation is executed in the Editor - e.g. text selection.
- EditorFocusEvent - Triggered when the Editor is focused.
- EditorLoadedEvent - Triggered when the component is initially loaded.
- onPasteHtml - Triggered when data is pasted in the Editor.
Editor event demo
The below example demonstrates the usage of the different Editor events.
Example
View Source
Change Theme: