dialogxpagesxpages-extlib

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?


Solution

  • 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