Hi everybody, a newbie here.
you can see a demo here: http://94.23.252.114/newlib/lib/demo.html
I want to resize iframes in tabs in a complex layout i’m making.
What i want is to force the iframe to occupy the full height/width of the tab, e.g. to resize it (i know i must use jquery to do this) setting width and height everytime the container (the tab div) is resized. I want it to do this on browser window resize, but also other events (e.g. splitter collapse).
Which is the best way to do it? Has tabs a ‘onResize’ event i can hook to? I tried to look into documentation but didn’t find it!
Thank you.