100% height panel
Posted: Fri Aug 09, 2013 3:57 am
by Tim Childs
Hi,
I want to add a panel to a page which takes up 100% of the visible screen (horizontal and vertical) - regardless of device / screen size.
How would I go about doing this?
Cheers,
Tim
100% height panel
Posted: Fri Aug 09, 2013 4:16 am
by Alena Prykhodko
Hi!
On StartScreen Load Event Run JavaScript with the following code:
codeAppery('panel').css('height','100%');
Appery('panel').css('width','100%');/code
100% height panel
Posted: Fri Aug 09, 2013 4:34 am
by Tim Childs
100% height panel
Posted: Fri Aug 09, 2013 4:46 am
by Alena Prykhodko