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

Return Value

Possible values are: minimized, maximized, and normal.
Browser Compatibility
7
5
5

See Also

Reference

wijdialog type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.