X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fprint%2Fplugin.js;h=f50cc579b8da6c7e3fbf2a6d8ac149cde7df375f;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=81450937d2ef12e81fef085da9440257e70dd8d1;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/plugins/print/plugin.js b/_source/plugins/print/plugin.js index 8145093..f50cc57 100644 --- a/_source/plugins/print/plugin.js +++ b/_source/plugins/print/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, 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. };