namespace sap.ui.dom

Control sample: sap.ui.dom
Visiblity:
Available since: N/A
Module:
Application Component: CA-UI5-COR

Nodes Overview

Node Description
sap/ui/dom/containsOrEquals

Returns whether oDomRefChild is contained in or equal to oDomRefContainer.

sap/ui/dom/denormalizeScrollBeginRTL

For the given scroll position measured from the "beginning" of a container (the right edge in RTL mode) this method returns the scrollLeft value as understood by the current browser in RTL mode.

sap/ui/dom/denormalizeScrollLeftRTL

For the given scrollLeft value this method returns the scrollLeft value as understood by the current browser in RTL mode.

sap/ui/dom/getOwnerWindow

Returns the window reference for a DomRef.

sap/ui/dom/getScrollbarSize

Returns the size (width of the vertical / height of the horizontal) native browser scrollbars.

sap/ui/dom/includeScript

Includes the script (via <script>-tag) into the head for the specified sUrl and optional sId.

sap/ui/dom/includeStylesheet

Includes the specified stylesheet via a <link>-tag in the head of the current document.

sap/ui/dom/isHidden

Checks whether an Element is invisible for the end user.

sap.ui.dom.jquery
sap.ui.dom.units

Methods Overview

Method Description