This question is locked. New answers and comments are not allowed.
When I put the following lines in my client side onClose event, the window does not close.
var window = $(this).data('tWindow');
window.content('');
The window variable is correct and has the proper value.
If I comment out the second line, the window closes. What i need to do is clear the content of the window when it is closed, so that the content is not appended to other forms that are active when the window is opened.
Thanks !
var window = $(this).data('tWindow');
window.content('');
The window variable is correct and has the proper value.
If I comment out the second line, the window closes. What i need to do is clear the content of the window when it is closed, so that the content is not appended to other forms that are active when the window is opened.
Thanks !