JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / plugins / toolbar / plugin.js
index a891c15..c1701a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -263,6 +263,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
                                                                                var dy = toolboxContainer.$.offsetHeight - previousHeight;\r
                                                                                contents.setStyle( 'height', ( contentHeight - dy ) + 'px' );\r
+\r
+                                                                               editor.fire( 'resize' );\r
                                                                        },\r
 \r
                                                                        modes : { wysiwyg : 1, source : 1 }\r
@@ -367,7 +369,7 @@ CKEDITOR.config.toolbar_Full =
        ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],\r
        '/',\r
        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],\r
-       ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],\r
+       ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'],\r
        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],\r
        ['Link','Unlink','Anchor'],\r
        ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],\r