Sys.UI.DomElement Class
Defines static methods and properties that provide helper APIs for manipulating and inspecting DOM elements.
Namespace: Sys.UI
Inherits: None
var domElementVar = Sys.UI.DomElement.getElementById(strDomElementID)
|
Name |
Description |
|---|---|
|
Adds a CSS class to a DOM element if the class is not already part of the DOM element. |
|
|
Gets a value that indicates whether the DOM element contains the specified CSS class. |
|
|
Provides a shortcut to the getElementById method of the Sys.UI.DomElement class |
|
|
Gets a set of integer coordinates that represent the position, width, and height of a DOM element. |
|
|
Gets a DOM element that has the specified id attribute. |
|
|
Gets the absolute position of a DOM element relative to the upper-left corner of the owner frame or window. |
|
|
Returns a value that represents the layout characteristics of a DOM element when it is hidden by invoking the Sys.UI.DomElement.setVisible method. |
|
|
Gets a value that indicates whether a DOM element is currently visible on the Web page. |
|
|
Removes a CSS class from a DOM element. |
|
|
Sets the position of a DOM element. |
|
|
Sets the layout characteristics of a DOM element when it is hidden by invoking the Sys.UI.DomElement.setVisible method. |
|
|
Sets a DOM element to be visible or hidden. |
|
|
Toggles a CSS class in a DOM element. |