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.
source share