mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 17:58:51 +00:00
Updated CKEditor to version 3.6.1.
Monotone-Parent: 6619466490ad295840f40831afe06f17195670ca Monotone-Revision: a7450cb20f9b7540324748f847e35d9eb3e1ba15 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-06-21T00:08:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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'});}});
|
||||
Reference in New Issue
Block a user