Full screen Button

0
0

Hi

I want to put a button for full screen work on browsers ,  is it possible on wisej ?

Thanks

  • You must to post comments
0
0

Yes but it has to be done on the client. You can attach a javascript event to a Button using the JavaScript extender (use the “execute” event) component and use the fullscreenapi included in qooxdoo like this:

http://www.qooxdoo.org/5.1/api/#qx.bom.FullScreen

We’ll probably post an example. You can query whether the browser is in full screen mode using Application.Browser.IsFullScreen.

It is not possible to change the fullscreen mode in an ajax call, it must be done on the client processing a user event (a click).

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.