|
<< Click to Display Table of Contents >> Navigation: Telegram > 2024 > 03 > 06 > Telegram_2024-03-06T13 |
2024-03-06T13:07:31
I'd need to see an example of that. Child visual controls (e.g. IWRegions, IWEdit, etc) are all removed from the DOM when the frame is destroyed at runtime so there should have no conflicts, except something (e.g. a JS error) is preventing them to be cleaned up
2024-03-06T13:09:32
even the code used to initialize controls created at runtime are removed from the DOM as soon as they execute, so you can create multiple controls named \IWEdit1\ and add them to the page, as long as only one exists at one given time