...
Code Block | ||||
---|---|---|---|---|
| ||||
// the following code retrieves the browser window width and height
var winSize = pui.getWindowSize();
var winWidth = winSize.width;
var winHeight = winSize.height;
|
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
// the following code retrieves the browser window width and height
var winSize = pui.getWindowSize();
var winWidth = winSize.width;
var winHeight = winSize.height;
|
...