title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Immutable Elements |
Immutable Elements - Editor - Kendo UI for Vue |
Prevent editing of predefined elements in the content area of the Kendo UI Editor wrapper for Vue |
immutables_editor_wrapper |
6 |
The Editor enables you to predefine elements in the content area that cannot be edited by the end user.
You can define the immutable elements in the content area by using the contenteditable="false"
attribute.
The following example demonstrates how to use the immutables.serialization
and immutables.deserialization
options to change the data which is displayed in the viewHtml
dialog.
{% meta height:820 %} {% embed_file immutable/main.vue preview %} {% embed_file immutable/main.js %} {% endmeta %}