Dialog properties

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Dialog properties

Post by moris »

Hey.

I am using the Dialog feature and I am trying to understand 2 things:
1. On the properties I have: Close on escape: True.
Even though it's enabled I can not exit the dialog on ESC.

2. How can I control the position of the dialog on the screen? I want to control where it's displayed on the screen.
I tried playing with the Margin setting but it does not change any thing.

This can be seen here:
https://www.couponsexplorer.com/glassesdirect.html

Thank you.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Dialog properties

Post by Pablo »

1. It seems to work correct for me. Note that this option only applied to jQuery UI, Bootstrap does not support this.

2. Set the 'alignment properties to 'absolute position'
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Re: Dialog properties

Post by moris »

Pablo wrote: Thu Oct 31, 2019 3:14 pm 1. It seems to work correct for me. Note that this option only applied to jQuery UI, Bootstrap does not support this.

2. Set the 'alignment properties to 'absolute position'
I did and now it works like this: https://www.couponsexplorer.com/bolt.html (Click on the View Code button).

Why is that?
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Dialog properties

Post by Pablo »

What is the exact problem?

Note that you have added valid code to the page, so this may cause issues.
Post Reply