﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2820	Forms plugin	Artur Formella	Artur Formella	"Use of setup, commit, setupContent() and commitContent() in all dialogs in the Forms plugin

Example:

{{{
validate: function()
{
	var func = CKEDITOR.dialog.validate.integer( editor.lang.common.validateNumberFailed );
	return func.apply( this );
},
setup : function( element )
{
	this.setValue( element.getAttribute( 'rows' ) );
},
commit : function( element )
{
	element.setAttribute( 'rows', this.getValue() );
}
}}}
"	New Feature	closed	Normal	CKEditor 3.0	General		fixed	Review+	
