Hello,
I have created a window using ‘setContent’ I am adding the IFrame on it and setting the url. url it self contain iFrames/Frames. Now when I open the window for the first everything is good but when I resize the window the iFrame do not resize…
I am using the following style
<style>
.container {
width: 100%;
height: 100%;
margin:0px;
padding:0px;
}
.iframe-class {
width: 100%;
height: 100%;
margin:0px;
padding:0px;
border:0px;
}
.jqx-window-content{
padding:0px;
overflow:hidden;
}
</style>
Thanks and Regards
Hemadri