Wijmo UI for the Web
autoHide Field

Default value: false

Determines whether to automatically hide the popup when clicking outside the element.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijpopup.options.autoHide;
Javascript (Specification) 
var autoHide : boolean;
Remarks
If true, the popup will be automatically hidden when another element is selected. If false (default), the popup will remain visible until hidden with the hide method.
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.