PDA

View Full Version : Question about basic dialog.



Markr
22 Dec 2006, 5:33 PM
I have a question, hopefully someone can help me. I am using basic dialog and love it, however if a page is long and the html element that triggered the dialog is near the bottom the dialog will still render centered near the top of the page. Is there a setting or technique I can use to enable the dialog to render closer to the html element that triggered it.

If anyone can help I would greatly appreciate it.

thanks

gfraser
22 Dec 2006, 5:36 PM
Play with the "fixedCenter" property in it's config object :)

Markr
29 Dec 2006, 12:34 PM
Play with the "fixedCenter" property in it's config object :)

After playing with that setting it didn't appear to effect anything, unless of course I am using it incorrectly. I attempted both true and false and neither gave me any noticable effect. Any other ideas?

thanks,
-mark

jack.slocum
29 Dec 2006, 12:43 PM
fixedcenter, all lowercase.

Markr
29 Dec 2006, 2:25 PM
fixedcenter, all lowercase.

Tried that. Is that the setting I am looking for Jack?

Thanks
-mark

Markr
29 Dec 2006, 2:36 PM
figured it out, thank you for the help :)

-mark

gizzmo
2 Jan 2007, 1:25 AM
Hi

How did you solve the problem with fixedcenter and BasicDialog?
I have the same problem that you described.

I use lowercase when I create the dialog, but still not centered if I scroll down.
I tried to use center() but it won't work.

Johan