Ajit Hogade
Ajit Hogade

Reputation: 1097

Xpages Extension library dialog box position

I am using Dialog control from extension library in xpages. The issue is regarding the center position of Dialog box.

when I click on link,dialog box appears, but on to the right bottom of the page not in center, I have tried in Chrome, Firefox and Internet Explorer too. Same issue in all the browser.

After some research, I found the way by providing the css style with specific Width to the dialog box. This helped me to get the dialog box to the center-bottom, But not in the center of the page.

How do I get the dialog control accurately in center of the page?

Upvotes: 2

Views: 360

Answers (1)

Frantisek Kossuth
Frantisek Kossuth

Reputation: 3524

Summary of discussion: misplaced ExtLib dialog is caused by its content. Specifying the exact height and width of the dialog will solve the problem.

See also: Extlib dialog appears to be pinned to the right window border

Upvotes: 2

Related Questions