Hello,
First off great program! I will be using this in many of my future applications. I am just testing this program at the moment and running into a somewhat annoying problem. I hope someone here can help.
I am currently opening the CKEDITOR into a JQuery based pop up window, which works fine. I run into the problem when I close the page out and then attempt to reopen it again, without refreshing first. When I do this it wont reload the ckeditor.
I assumed it was because, at least to CKEDITOR, it was already opened so I attempted to add a ckeditor.destroy(); when I would close the window but that doesn't help. I want the ckeditor.replace(); to activate every time the page opens. Is there a way to make that happen?
Thanks in advance,
Patrick
First off great program! I will be using this in many of my future applications. I am just testing this program at the moment and running into a somewhat annoying problem. I hope someone here can help.
I am currently opening the CKEDITOR into a JQuery based pop up window, which works fine. I run into the problem when I close the page out and then attempt to reopen it again, without refreshing first. When I do this it wont reload the ckeditor.
I assumed it was because, at least to CKEDITOR, it was already opened so I attempted to add a ckeditor.destroy(); when I would close the window but that doesn't help. I want the ckeditor.replace(); to activate every time the page opens. Is there a way to make that happen?
Thanks in advance,
Patrick
Re: Instance wont recreate
Into my code when I close my Ajax PopUps it destroys the instance and allows it to be recreated, I was wondering though is there anyway I can destroy ALL instances at once?