1

Topic: Style non-editable block

Is it possible to style a non-editable block using tinyMCE 3.5?

For example I have the following

Text which contains <span class="mceNonEditable">non-editable content</span>.

Now when I traverse the content, the entire non-editable content is selected, which is exactly what I want. Now I want to be able to press the italics button, for example, and have the non-editable content be wrapped in

<i></i>

tags.

Is that possible?

In other words I want the user to be able to style the non-editable text but not actually modify it.

2

Re: Style non-editable block

Has anyone found a solution to this question. I am seeking to implement the same behaviour.