Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
We have created a mashup portal where in I am trying to build Expand & Collapse functionality.
I have found some links:
Expand (resize to fullscreen) another object in js code.
I am able to get the functionality working but the thing is it is not expanding to full screen but expanding with in the Parent <div> exactly like it is working in the 2nd link above.
We have divided the whole screen into different sections (rows and cols) and displaying charts into these <div>'s. like in the 2nd link.
I need to expand my charts to full screen, is there a way of doing that?
Regards,
Tauceef
Hi,
Are you using iframes like JSFiddle? In that case you need to expand the iframe.
Erik Wetterberg