I have an FCK editor with a detached toolbar. How do I destroy the editor and the toolbar?
I tried simply setting the innerHTML of the containing elements to '', but when I try to create a new editor with the previously "destroyed" id I get an error.
I tried simply setting the innerHTML of the containing elements to '', but when I try to create a new editor with the previously "destroyed" id I get an error.
Re: How to destroy an FCK editor?
Re: How to destroy an FCK editor?
Re: How to destroy an FCK editor?
Re: How to destroy an FCK editor?
You don't post the error message you're receiving, so it's hard to say just what hasn't been cleaned out, but there are several things created during a standard Create() call, each tagged with your editor instance name. Take some time with Firebug and search out everything tagged with the instance name (plus suffixes) - best I can offer.
Re: How to destroy an FCK editor?
In IE, the memory consumption is very noticeable. I realize this is a known issue but having a teardown method would help considerably.