Tinymce - I want the contents to be unmodified, but ready

Tinymce has a plugin called uneditable , but we can still remove / delete content, and it is not ready to use. Is there any plugin through which I can achieve the following:

The contents cannot be modified, for example, if the contents

uneditablecontent 

the value of the content must be preserved (no one can add / update / delete content). But I should be able to add various formatting effects, such as bold, alignment, resizing, etc.

Any other open-source plugins with such features are also welcome. I want to use such a function to format the contents of td in a table.

+6
source share
1 answer

You will need to write / find your own implementation. There is no core TinyMCE function that can do what you ask for - the noneditable plugin is probably the closest you can find for this.

0
source

Source: https://habr.com/ru/post/981972/


All Articles