full-screen mode?
vistree - January 9, 2009 - 10:03
| Project: | Popups API (Ajax Dialogs) |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi, is it possible to open the popups in full-screen mode? In the moment, everything has the size of the browser window - I need a solution, that the full Screen is filled.
Is this possible with popups API?
Regards
vistree

#1
You can control the width of the popup (see the readme.txt), but there is no full screen mode.
#2
OK, thank you!
Have a nice weekend
vistree
#3
Thank you
#4
is there a way to control the height, like you can the width?
#5
also, if i change the width, i also have to re-edit the two images supplied with the theme (im using the blue theme) which isnt the easiest in the world. Once i do this i nothing lines up. the close form button at the top right does not line up and the 3 images from the sprites image show. Is there an easier way to do this or could you possibly write up just what needs to be done to make the popup wider? Mostly i want it wider because not all edit forms fit on the popup, most notably any of the configure links on /admin/build/menu/navigation or any other manu for that matter. I love the module and the style looks slick, so for what its worth good work.
@frankcarey
to change the height changing to below value seems to work for me:
.popups-body {
padding: 0 25px;
/* height: 250px; */
height: 450px;
overflow-y: auto;
overflow-x: hidden;
}
#6
@bigmack83 - thanks! This must really be a "max" height then? It seems for smmal confirmation dialogs, the popup is much smaller than the default values here. I assume the js figures that out somewhere, and adjusts accordingly?