Hi Hari,
1) qooxdoo has properties for enable/disable scrollbars, just set both
values to "off" this should disable the scrollbars:
-
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.ThemedIframe~scrollbarX
-
http://demo.qooxdoo.org/current/apiviewer/#qx.ui.embed.ThemedIframe~scrollbarY
2) So far as I know is this not possible. Sorry,I can't help you.
BTW, please avoid to access protected methods when you are not extend
from the class. The access only works solely because the generator
doesn't optimize protected methods, but this can change in the future.
Cheers,
Chris
Am 16.09.2010 17:35, schrieb Tranninger Harald:
> Hi!
>
> 1) I´m searching for a method to disable the scrollbars in an iframe. I
> couldn´t get it so far.
>
> I tried :
>
> var iframe = new qx.ui.embed.ThemedIframe().set({
> width: 600,
> height: 600,
> minWidth: 200,
> minHeight: 150,
> source: url,
> decorator : null
> });
> iframe._disableScollbars();
>
> but it didn´t work.
>
>
> 2) I´m searching for a method to show a web page in the iframe scaled, so
> that there need not to be scrollbars at all.
>
>
> Thx!
>
> Hari
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel