Returns
Dreamweaver expects a string of the form
.
"widthInPixels,heightInPixels"
The returned dimensions are smaller than the size of the entire dialog box because they do not
include the area for the OK and Cancel buttons. If the returned dimensions do not
accommodate all options, scroll bars appear.
Example
The following instance of the
function sets the dimensions of the
windowDimensions()
Parameters dialog box to 648 x 520 pixels:
function windowDimensions(){
return "648,520";
}
The Reports API
259
Need help?
Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?
Questions and answers