Utilities for DOM CSS.
This class participates in the engine library.
The version of the object
String = org.cote.js.dom.css.object_version
Returns the absolute left position of the specified node.
i = getAbsoluteLeft( o )
i as int: The absolute left of the specified object from the parent window.
Returns the absolute left position of the specified node.
i = getAbsoluteLeft( o, r )
i as int: The absolute left of the specified object from the parent window.
Returns the absolute position of the specified node.
i = getAbsolutePosition( o, r, b )
i as int: The absolute position of the specified object from the parent window.
Returns the absolute top position of the specified node.
i = getAbsoluteTop( o )
i as int: The absolute top of the specified object from the parent window.
Returns the absolute top position of the specified node.
i = getAbsoluteTop( o, r )
i as int: The absolute top of the specified object from the parent window.
Returns the offset client height.
i = getOffsetClientHeight( o )
i as int: The offset client height of the specified node.
Returns the offset client width.
i = getOffsetClientWidth( o )
i as int: The offset client width of the specified node.