Sets the initial location of the PopupPanel window.
Possible values:
"Mouse". The popup window will appear below and to the right of the mouse pointer. This is the default value.
"Center". The popup window will appear at or near the center of the page.
You can set a pair of numbers representing the left and top location. These represent an absolute position in pixels. For example "100,200" would place the popup's top left corner 100 pixels to the left, 200 pixels from the top.
The default value is "Mouse". |