X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fprint%2Fplugin.js;h=f50cc579b8da6c7e3fbf2a6d8ac149cde7df375f;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=dc7cc3897ae47e1ad737b0cf688f63fb0e31edd8;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/plugins/print/plugin.js b/_source/plugins/print/plugin.js index dc7cc38..f50cc57 100644 --- a/_source/plugins/print/plugin.js +++ b/_source/plugins/print/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -37,5 +37,6 @@ CKEDITOR.plugins.print = editor.document.$.execCommand( "Print" ); }, canUndo : false, + readOnly : 1, modes : { wysiwyg : !( CKEDITOR.env.opera ) } // It is imposible to print the inner document in Opera. };