﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13337	Convenient way to listen to widget events through the repository	Artur Delura	Artur Delura	"Listening to widget events isn't easy if one is not the widget author. Widgets are created dynamically so first we need to listen to `repository#instanceCreated` and add listeners to every created instance of the type that we are interested in. 

More convenient way would be a good addition to the API:

{{{
editor.widgets.onWidget('image2', 'data', func() {});
}}}

"	New Feature	closed	Normal	CKEditor 4.5.0	General	4.3 Beta	fixed		
