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

Reply via email to