Wijmo UI for the Web
getState Method
The getState method gets the state of the dialog widget.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijdialog();
var value; // Type: string
value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.