X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor.pack;h=26c3af064e361ad6e0c8a7bf41306f05462696e5;hb=refs%2Ftags%2Fv3.6.2;hp=046f276fe8fd3c7f939b9f07d3b3fc500d10c542;hpb=66f4ae0bf0280ed56bf7c0f4ab175424dd1d47a0;p=ckeditor.git diff --git a/ckeditor.pack b/ckeditor.pack index 046f276..26c3af0 100644 --- a/ckeditor.pack +++ b/ckeditor.pack @@ -4,7 +4,7 @@ header : '/*' + '\n' + - 'Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.' + '\n' + + 'Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.' + '\n' + 'For licensing, see LICENSE.html or http://ckeditor.com/license' + '\n' + '*/' + '\n' + '\n', @@ -16,9 +16,9 @@ constants : 'CKEDITOR.ELEMENT_MODE_NONE' : 0, 'CKEDITOR.ELEMENT_MODE_REPLACE' : 1, 'CKEDITOR.ELEMENT_MODE_APPENDTO' : 2, - 'CKEDITOR.CTRL' : 1000, - 'CKEDITOR.SHIFT' : 2000, - 'CKEDITOR.ALT' : 4000, + 'CKEDITOR.CTRL' : 0x110000, + 'CKEDITOR.SHIFT' : 0x220000, + 'CKEDITOR.ALT' : 0x440000, 'CKEDITOR.NODE_ELEMENT' : 1, 'CKEDITOR.NODE_DOCUMENT' : 9, 'CKEDITOR.NODE_TEXT' : 3, @@ -48,7 +48,7 @@ constants : 'CKEDITOR.STARTEND' : 3, 'CKEDITOR.SHRINK_ELEMENT' : 1, 'CKEDITOR.SHRINK_TEXT' : 2, - 'CKEDITOR.UI_BUTTON' : 1, + 'CKEDITOR.UI_BUTTON' : '\'button\'', 'CKEDITOR.DIALOG_RESIZE_NONE' : 0, 'CKEDITOR.DIALOG_RESIZE_WIDTH' : 1, 'CKEDITOR.DIALOG_RESIZE_HEIGHT' : 2, @@ -58,13 +58,13 @@ constants : 'CKEDITOR.STYLE_BLOCK' : 1, 'CKEDITOR.STYLE_INLINE' : 2, 'CKEDITOR.STYLE_OBJECT' : 3, - 'CKEDITOR.UI_PANELBUTTON' : 4, + 'CKEDITOR.UI_PANELBUTTON' : '\'panelbutton\'', 'CKEDITOR.SELECTION_NONE' : 1, 'CKEDITOR.SELECTION_TEXT' : 2, 'CKEDITOR.SELECTION_ELEMENT' : 3, - 'CKEDITOR.UI_RICHCOMBO' : 3, - 'CKEDITOR.UI_MENUBUTTON' : 5, - 'CKEDITOR.UI_PANEL' : 2 + 'CKEDITOR.UI_RICHCOMBO' : '\'richcombo\'', + 'CKEDITOR.UI_MENUBUTTON' : '\'menubutton\'', + 'CKEDITOR.UI_PANEL' : '\'panel\'' }, packages : @@ -109,7 +109,6 @@ packages : '_source/core/scriptloader.js', '_source/core/resourcemanager.js', '_source/core/plugins.js', - '_source/core/imagecacher.js', '_source/core/skins.js', '_source/core/themes.js', '_source/core/ui.js', @@ -129,18 +128,21 @@ packages : '_source/core/dom/documentfragment.js', '_source/core/dom/walker.js', '_source/core/dom/range.js', + '_source/core/dom/rangelist.js', '_source/core/_bootstrap.js', '_source/skins/kama/skin.js', // '_source/lang/en.js', '_source/plugins/about/plugin.js', '_source/plugins/a11yhelp/plugin.js', '_source/plugins/basicstyles/plugin.js', + '_source/plugins/bidi/plugin.js', '_source/plugins/blockquote/plugin.js', '_source/plugins/button/plugin.js', '_source/plugins/clipboard/plugin.js', '_source/plugins/colorbutton/plugin.js', '_source/plugins/colordialog/plugin.js', '_source/plugins/contextmenu/plugin.js', + '_source/plugins/dialogadvtab/plugin.js', '_source/plugins/div/plugin.js', '_source/plugins/elementspath/plugin.js', '_source/plugins/enterkey/plugin.js', @@ -153,6 +155,7 @@ packages : '_source/plugins/forms/plugin.js', '_source/plugins/horizontalrule/plugin.js', '_source/plugins/htmldataprocessor/plugin.js', + '_source/plugins/iframe/plugin.js', '_source/plugins/image/plugin.js', '_source/plugins/indent/plugin.js', '_source/plugins/justify/plugin.js',