more G-Labs products

Author Topic: Popup Size  (Read 804 times)

November 28, 2015, 03:44:44 PM
Read 804 times

DavZero

  • **
  • Information
  • Jr. Member
  • Posts: 48
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

November 28, 2015, 04:08:36 PM
Reply #1

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
try using:

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


g.

November 28, 2015, 06:11:24 PM
Reply #2

DavZero

  • **
  • Information
  • Jr. Member
  • Posts: 48
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