Hello
I'm quite frustrated with your API docs... I want do create a CKEDITOR instance on the fly, open and destroy it after its not needed anymore. Something like:
CKEDITOR.dialog.add('myDialog', { definition... }); and as soon as you press ok (success):
CKEDITOR.dialog.get('myDialog').destroy();
So when I load it again, the dialog displays a new definition object (dynamically generated depending on a selection).