2
0
forked from Wavyzz/dolibarr

Perf: ckeditor was seriously slowing everything. So now we use the ckeditor basic to load it only when required.

This commit is contained in:
Laurent Destailleur
2011-07-06 12:44:51 +00:00
parent dd48f6d58e
commit df35b7fcf2
520 changed files with 122182 additions and 384 deletions

View File

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