Hi
I commonly use ajax or jason to dynamically update a div with a form in a database application. While removing the text area happens when the record is changed the iframes created by the editor remiain.
After the page has been used for a while the number of iframes that remain in the page continues to grow until it starts to affect performance. It there a way to completely remove an instance including iframes?
simply removing all iframes removes editors that should remain.
Thanks for any help
James Bennett
I commonly use ajax or jason to dynamically update a div with a form in a database application. While removing the text area happens when the record is changed the iframes created by the editor remiain.
After the page has been used for a while the number of iframes that remain in the page continues to grow until it starts to affect performance. It there a way to completely remove an instance including iframes?
simply removing all iframes removes editors that should remain.
Thanks for any help
James Bennett
Re: Dynamically removing an instance of fckeditor Created with a
Re: Dynamically removing an instance of fckeditor Created with a
I have over 30 tables that require one or more instances of the editor. That would not include where the same table is displayed in different forms.
The main page takes a while to load. This site runs on private network. editor loads faster then main page. Cut the memory use by calling FCKIECleanup.
Is there a way of uniquely id ing the iframes from the editor instance?