User Guide
Manuals
Brands
Macromedia Manuals
Other
DREAMWEAVER 8-EXTENDING DREAMWEAVER
211
212
213
214
215
216
217
218
219
220
214
Menu
s and Menu Commands
Example
The following example of
windowDimensions()
sets the dimensions of the P
arameters dia
log
box to 648 x 520 pixels:
function windowDimensions(){
return "648,520";
}
1
...
...
212
213
214
215
216
...
...
504