|
Re: How to enable vertical scrolling for RAP application? [message #518850 is a reply to message #518412] |
Fri, 05 March 2010 09:37 |
Ivan Furnadjiev Messages: 2427 Registered: July 2009 Location: Sofia, Bulgaria |
Senior Member |
|
|
Hi,
you need to change the document body overflow style property to auto.
Here is an example how to do it in qooxdoo/javascript:
----------
var doc = qx.ui.core.ClientDocument.getInstance();
doc.getDocumentElement().body.style.overflow = "auto";
----------
HTH,
Ivan
On 3/4/2010 4:13 AM, erickingus@yahoo.com wrote:
> Maybe this is a silly question, but given RAP main window is displayed
> like a desktop application windows inside a browser, assume the screen
> resolution is 1024*768, and the favorite menu, google search bar and
> many other things already take considerable space in the browser, the
> available space for this windows may be 1024 * 500 or less, how to
> make the browser scrollable so that RAP main windows can be viewed by
> scrolling?
>
>
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03649 seconds