Engine for Web Applications

org.cote.js.dom.css

static org.cote.js.dom.css

version 1.9.23

Utilities for DOM CSS.

This class participates in the engine library.

Index

Property Index

Method Index

Properties

object_version

The version of the object

Syntax

String = org.cote.js.dom.css.object_version

Methods

getAbsoluteLeft

Returns the absolute left position of the specified node.

Syntax

i = getAbsoluteLeft( o )

Parameters

Returns

i as int: The absolute left of the specified object from the parent window.

getAbsoluteTop

Returns the absolute top position of the specified node.

Syntax

i = getAbsoluteTop( o )

Parameters

Returns

i as int: The absolute top of the specified object from the parent window.

getOffsetClientHeight

Returns the offset client height.

Syntax

i = getOffsetClientHeight( o )

Parameters

Returns

i as int: The offset client height of the specified node.

getOffsetClientWidth

Returns the offset client width.

Syntax

i = getOffsetClientWidth( o )

Parameters

Returns

i as int: The offset client width of the specified node.