Sys.UI.VisibilityMode Enumeration
Describes the layout of a DOM element in the page when the element's visible property is set to false.
Namespace: Sys.UI
Inherits: None
var a = Sys.UI.VisibilityMode.hide;
var b = Sys.UI.VisibilityMode.collapse;
Members
Member name |
Description |
---|---|
hide |
The element is not visible, but it occupies space on the page. |
collapse |
The element is not visible, and the space it occupies is collapsed. |