sizeString(default: "auto")
Sets a predefined size to the Window. The width and height configuration options override the predefined size.
The supported values are:
autosmallmediumlarge
Example
<div id="window"></div>
<script>
$("#window").kendoWindow({
size: "wide"
});
</script>