Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
This option enables you to specify make editor instances in readonly mode. When they are in readonly mode nothing can be changed and the contents are just presented to the user. You can use this in combination with body_class to present a different visual presentation for the readonly mode.
// Move focus to specific element
tinyMCE.init({
...
theme : "advanced",
readonly : 1
});
Search documentation.