Hi Peter,
Thanks for this solution for the issue 1
Issue 2 is, how do we recall the window intialization for the second popup?
My code is,
$(‘#’+config.id).jqxWindow({
showCollapseButton: true,
theme: config.theme,
resizable: config.resize,
width: config.wdh,
height: config.ht,
isModal: config.modal,
autoOpen: false
});
Where Config is a JSON object. It has id of the Div, theme name, resize etc..
Please suggest as i am using this generic function for opening windows.
Thanks in advance.
Note:
I don’t want to do the window intialization code again and again for each popup.
Thanks,
Saravana kumar