Version

setSize Method

Sets width and height of dialog.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setSize( 
   height : String,
   width : String,
   evt : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDialogWindow.setSize(String,String,Boolean);

Parameters

height
Height of dialog as pixels or percents.
width
Width of dialog as pixels or percents.
evt
Request to do not adjust appearance.
See Also