I\'ve added a CKEditor instance programmatically to my page in the code-behind of my ASP.NET page:
VB.NET:
itemEditor = New CkEditor cell.Controls.Ad
The following code:
var allInstances=CKEDITOR.instances; for ( var i in allInstances ){ alert(allInstances[i].name); }
works fine for me.