cancel
Showing results for 
Search instead for 
Did you mean: 

Modal window movement

Former Member
0 Kudos

Dear all,

How to move modal window? Is it possible? Maybe exists some workaround?

The modal window is one to be instantiated by:

IWDWindow modalWindow wdComponentAPI.getWindowManager().createModalWindow();

Please, advice me!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

It's not actual.

Former Member
0 Kudos

In NW 7.1 you can move them around. In earlier releases you can't (as far as I know).

Armin

Former Member
0 Kudos

Hi,

use the following as part of the code to position the window.

window.setWindowPosition(left, top)

I dont think once rendered it can be moved. It seems to be created using a div tag of html.

Regards

Ayyapparaj