Hi Ricardo,

You can put it lower on the page, but there is no function for it. It's controlled by css. I don't know if you can change the slide down effect.

For putting it on the center (you have to tweak the settings and maybe do some calculations yourself depending on screen resolution, you can't change the css position setting though) Put something like this in your own css file:
body #MB_window {
        position:fixed !important;
        background-color:#EFEFEF;
        color:#000000;
        border:0 solid;
        text-align:left;
        top: 60px;
        z-index:10000;
        -moz-border-radius-bottomleft:7px;
        -moz-border-radius-bottomright:7px;
        -moz-border-radius-topleft:7px;
        -moz-border-radius-topright:7px;
}

The top controls the height form where it slides down.

Ramon



On Mar 9, 2009, at 3:05 PM, Henrique Prange wrote:

Hi Ricardo,

I haven't found any option to do that on the Modal Box documentation. You could make a feature request on their site [1] and this option would be added as a binding to the AjaxModalDialog.

[1]http://www.wildbit.com/labs/modalbox/

Cheers,

Henrique

Ricardo J. Parada wrote:
I'm reviewing the Wonder AjaxExample application. I think I need the AjaxModalDialogOpener and AjaxModalDialog. The opener will be inside a repetition and clicking on it will bring up the modal dialog with a form for data input, etc. Clicking Save will then close the dialog and the user can continue doing whatever he was doing. I noticed that all the examples on AjaxModalDialog, it always slides down from the top of the page. Is it possible to have it open centered on the page instead?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com
This email sent to [email protected]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/ramon%40cpp.nl

This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to