www.gusucode.com > 64:【198-4283】响应式海运空运国际货运物流网站织梦模板(自适应手机端) > 64:【198-4283】响应式海运空运国际货运物流网站织梦模板(自适应手机端)/include/ckeditor/plugins/docprops/plugin.js

    /*
Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.add('docprops',{init:function(a){var b=new CKEDITOR.dialogCommand('docProps');b.modes={wysiwyg:a.config.fullPage};a.addCommand('docProps',b);CKEDITOR.dialog.add('docProps',this.path+'dialogs/docprops.js');a.ui.addButton('DocProps',{label:a.lang.docprops.label,command:'docProps'});}});