Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setSize Method
Sets width and height of dialog.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function setSize(
: String,
: String,
: 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