﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4401	Link removeContents of upload tab not working	wimpie3		"Whe using the function below, the LINK dialog isn't shown anymore (javascript error). Comment out the line ""dialogDefinition.removeContents( 'upload' );"" and everything works again.

CKEDITOR.on( 'dialogDefinition', function( ev ) {
	var dialogName = ev.data.name;
	var dialogDefinition = ev.data.definition;
	if ( dialogName == 'link' )	{
		dialogDefinition.removeContents( 'advanced' );
		dialogDefinition.removeContents( 'upload' );
	}
});

"	Bug	new	High	CKEditor 3.1	General	3.0			
