ckeditor 3.6.3

This commit is contained in:
Gaetan Delannay 2012-04-24 16:22:12 +02:00
parent af351f87d3
commit 094e571b74
217 changed files with 243 additions and 889 deletions

View file

@ -1,6 +0,0 @@
/*
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'});}});