Forums Window

Problem with Dialog

Subscribe to Problem with Dialog 5 post(s), 4 voice(s)

 
Avatar Urkman 1 post

Hello,

I try to use a Dialog. I have a large Form, so I need to scroll down to reach the Submit Button.
This submit button also triggers the display of the Dialog.
When I try to center the Dialog, the page jumps to the beginning and the Dialog is not visible.
When I do not center it, the page jumps to the beginning, but this time the Dialog is visible. But somehere on the screen…

I hope somebody can help me :-)

Greetings
Urkman

 
Avatar Cerberus 8 post(s)

You need to set the top position on the dialog, center will send the page to the top of the web page. As for the visible issue can’t help you with out seeing the code.

 
Avatar biegun 4 post(s)

hi, i have another problem with dialog, in prototype ui zip file available on this website there is no dialog included. i found dialog in developers version but i don’t really know how to include it. when i just add it to my website i receive some error messages. i found old version of prototype-window: http://prototype-window.xilinus.com/download.html but i suppose that there were some important updates in this script since 2007, right?

 
Avatar StarPeak 24 post(s)

The files from the git-version need also the versions of files from that state as the api changed in some points. The best way would be to rake the prototypeui.js as described on http://dev.prototype-ui.com/wiki/PrototypeUI

The prototype-window is old and will not be supported in future.

 
Avatar biegun 4 post(s)

thanks, now everything works :)

Forums Window