HomeGenie Forum

Automation Program Plugins and Wizard Scripting => Help => Topic started by: DavZero on November 28, 2015, 03:44:44 PM

Title: Popup Size
Post by: DavZero on November 28, 2015, 03:44:44 PM
Hi,

I've add a TimeTable in a popup window but I can't find a way to manage the size of the popup in order for the timetable to be included in the window (as you can see in the screen shot)

I've try to modify the width :
<div class="hg-popup-a" data-ui-field="controlpopuptable" data-position-to="window" data-transition="pop" data-overlay-theme="b" style="width:400px;">

but it seems to be limited at 400px?

Is it correct?
Why is it limited?
Is there a way to override this limit?

Thanks
Title: Re: Popup Size
Post by: Gene on November 28, 2015, 04:08:36 PM
try using:

<div class="hg-popup-b" data-ui-field="controlpopuptable" data-position-to="window" data-transition="pop" data-overlay-theme="b">


g.
Title: Re: Popup Size
Post by: DavZero on November 28, 2015, 06:11:24 PM
Thanks it works.

Is there any documentation or source code file I should read in order to understand paramters and values ?

I'm not very comfortable with javascript and html this is the first time I use them

Bye