How can I change the styles of content if contentedittable = false?
问题 Hey I have created a plugin that opens a new dialog (an extra HTML-page). With this dialog the user have the opportunity to create his own format pattern. What would I like to have? I need a tinymce editor with a readonly textarea (no problem). But the user must be able to select formats like bold, italic, underline, fontsize, fontfamily, ... There is a sample text in the textarea which displays the formatting. And here is the problem. I can set the formats if the textarea is readonly. Anyone