-
23 Jan 2009 5:37 AM #11
Nice, but the window with the image changes size, can you make it dynamic, so you can choose wether or not to autosize to the image or keep a fixed width&height, e.g a sort of image view?
I`m from Holland!
-
17 Jul 2009 1:34 AM #12
I changed following code:
to :Code:f (Ext.isGecko) { win.body.dom.src = rec.data.url; win.setSize(win.body.dom.width, win.body.dom.height); win.center(); }else{ if (win) { win.destroy(); } showWindow(); }
and it works in IE7 and IE6!Code:win.body.dom.src = rec.data.url; win.setSize(win.body.dom.width, win.body.dom.height); win.center();
-
31 May 2010 2:45 AM #13
How do I integrate this with the rest of my PHP code ?


Reply With Quote