Wijmo UI for the Web
getState Method
wijmo.dialog Namespace > wijdialog type : getState Method
The getState method gets the state of the dialog widget.
Syntax
$(function () {
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijdialog("getState");
});
function getState() : string;

Return Value

Possible values are: minimized, maximized, and normal.
See Also

Reference

wijdialog type
wijdialog jQuery Widget