﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2924	Adding support for special-key handler in dialog field definition	Garry Yao	Garry Yao	"It's a common use case for user to define custom logic as handler for '''special-keystroke''' on dialog field, a example for this would be 'ENTER' key by default is handled as ''ok and close'' for the dialog, whereas   in find/replace dialog it actually should mean by ''perform next search'', and consider 'ESC' as one of other cases and on.
After confirm with Martin, we'll introduce special key handlers in element definition API in simple form of:
{{{
{
	type: 'text',
	id: 'findReplaceTxt',
	accessKey: 'F',
	onEnterKey: function(evt)
	{
	  //do find 
	}
}
}}}
Other special keys could be defined gradually same as the '''onEnterKey''' handler later when necessary."	New Feature	review_failed	Normal		UI : Dialogs	SVN (CKEditor) - OLD			
