Hi, I apologize if it was posted before, but I need to implement a kind of read only editor.
The required behaviour is as following:
Some users can edit the whole text, either content and style (here i'm ok, the normal editor)
Another special user can only apply styles to the text, but can not change the content.
There is some way I can accomplish that? Something like a div instead of a text pane
Thanks in advance, Marcos
The required behaviour is as following:
Some users can edit the whole text, either content and style (here i'm ok, the normal editor)
Another special user can only apply styles to the text, but can not change the content.
There is some way I can accomplish that? Something like a div instead of a text pane
Thanks in advance, Marcos