CFWindow Timing Issue

2012-12-03 Thread James Steubing
I am incorporating CFWindow and coldfusion.window functions into my site and have them working very well except for one issue. I would like to execute some javascript after the cfwindow fully opens but everything I am doing appears to execute after the popup appears but before the coldfusion

Re: CFWindow Timing Issue

2012-12-03 Thread James Steubing
I am incorporating CFWindow and coldfusion.window functions into my site and have them working very well except for one issue. I would like to execute some javascript after the cfwindow fully opens but everything I am doing appears to execute after the popup appears but before the

Re: CFWindow Timing Issue

2012-12-03 Thread Azadi Saryev
maybe a better approach would be to add cfset ajaxonload('name-of-js-function-to-execute') at the bottom of the page loaded in your cfwindow instance. this way it is guaranteed to run after the cfwindow content is loaded - setTimeout() will delay code execution, but does not guarantee that the