﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7931	New event afterSetMode	daveVW	Sa'ar Zac Elias	"When changing the mode between ""wysiwyg"" and ""source"" you have the event ""beforeSetMode"".
It would be nice to also have the event ""afterSetMode"".
I use that event to resize the editor depending on the mode.
{{{
CKEDITOR.editor.prototype.setMode = function( mode )
{
     this.fire( 'beforeSetMode', { newMode : mode } );

     ...

     this.fire( 'afterSetMode' );
};
}}}"	New Feature	closed	Normal	CKEditor 3.6.2	General	3.6	fixed		
