JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / print / plugin.js
index dc7cc38..cc26932 100644 (file)
@@ -37,5 +37,6 @@ CKEDITOR.plugins.print =
                        editor.document.$.execCommand( "Print" );\r
        },\r
        canUndo : false,\r
+       readOnly : 1,\r
        modes : { wysiwyg : !( CKEDITOR.env.opera ) }           // It is imposible to print the inner document in Opera.\r
 };\r