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