Question
Destroy a cfwindow
Hi all,
Given the trouble I mentioned in my "bind failed, element not found" post on 7/3, I'd like to just destroy a js-created cfwindow when it's hidden (using the onhide event), and create a new one each time. Does anyone know how to destroy a cfwindow. I would have thought it would be along the lines of:
ColdFusion.Window.getWindowObject('MyWindow').destroy();
But that doesn't work.
Thanks,
Russ
Given the trouble I mentioned in my "bind failed, element not found" post on 7/3, I'd like to just destroy a js-created cfwindow when it's hidden (using the onhide event), and create a new one each time. Does anyone know how to destroy a cfwindow. I would have thought it would be along the lines of:
ColdFusion.Window.getWindowObject('MyWindow').destroy();
But that doesn't work.
Thanks,
Russ
