|
Hello List! In renderer cvs a few days ago there was a property layoutMode: QxClientDocument.addProperty({ name : "layoutMode", type : QxConst.TYPEOF_STRING, possibleValues : [ "application", "page" ] });
I used to set this property to value "page" which resulted in scrollbars being displayed (overflow:auto) of the page.
Now the property was removed and somehow moved to QxSettings:
+2006-02-08 14:04 wpbasti
+
+ * source/script/widgets/QxClientDocument.js: Use QxSettings for
+ layoutMode, improved focus root initialisation
I tried to set the following after inclusion of qooxdoo.js:
QxSettings.applicationLayout = false;
But it has no effect.
Consulting the css from within FireFox Web Developer I get:
html,body{width:100%;height:100%;overflow:hidden;}
How can I get the scrollbars on demand back?
Thank you for your help.
Best regards...
-- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH |
- [qooxdoo-devel] Where is property layoutMode in QxClien... Dietrich Streifert
- Re: [qooxdoo-devel] Where is property layoutMode i... Sebastian Werner
- Re: [qooxdoo-devel] Where is property layoutMo... Dietrich Streifert
- AW: [qooxdoo-devel] Where is property layo... Oliver Vogel
- Re: AW: [qooxdoo-devel] Where is prope... Dietrich Streifert
- AW: AW: [qooxdoo-devel] Where is ... Oliver Vogel
- Re: AW: AW: [qooxdoo-devel] W... Dietrich Streifert
- Re: [qooxdoo-devel] Where is property layo... Dietrich Streifert
- Re: [qooxdoo-devel] Where is property ... Sebastian Werner
- Re: [qooxdoo-devel] Where is property ... Sebastian Werner
- Re: [qooxdoo-devel] Where is prop... Dietrich Streifert
