Sys.UI.DomElement Methods

Name

Description

Sys.UI.DomElement addCssClass Method

Adds a CSS class to a DOM element if the class is not already part of the DOM element.

Sys.UI.DomElement containsCssClass Method

Gets a value that indicates whether the DOM element contains the specified CSS class.

Sys.UI.DomElement $get Method

Provides a shortcut to the getElementById method of the Sys.UI.DomElement class.

Sys.UI.DomElement getBounds Method

Gets a set of integer coordinates that represent the position, width, and height of a DOM element.

Sys.UI.DomElement getElementById Method

Gets a DOM element that has the specified id attribute.

Sys.UI.DomElement getLocation Method

Gets the absolute position of a DOM element relative to the upper-left corner of the owner frame or window.

Sys.UI.DomElement getVisibilityMode Method

Returns a value that represents the layout characteristics of a DOM element when it is hidden by invoking the Sys.UI.DomElement.setVisible method.

Sys.UI.DomElement getVisible Method

Gets a value that indicates whether a DOM element is currently visible on the Web page.

Sys.UI.DomElement removeCssClass Method

Removes a CSS class from a DOM element.

Sys.UI.DomElement setLocation Method

Sets the position of a DOM element.

Sys.UI.DomElement setVisibilityMode Method

Sets the layout characteristics of a DOM element when it is hidden by invoking the Sys.UI.DomElement.setVisible method.

Sys.UI.DomElement setVisible Method

Sets a DOM element to be visible or hidden.

Sys.UI.DomElement toggleCssClass Method

Toggles a CSS class in a DOM element.

See Also

Reference

Sys.UI.DomElement Class