cf2:dom.ElementAccess

Purpose

Allows authors to access enhanced DOM Elements. DOM Elements may need to be extended with some additional methods, either to solve device specific issues, or to add features required by the Client Framework 2.

Exported Features

cf2:dom.ElementAccess

Imported Features

n/a

JavaScript

This component is provided by the V$E global property.

(element)

Returns the DOM Element extended with additional methods.

Parameter Description Type
element The element identified by a string identifier or a DOM Element. It is an error if the element with the specified identifier does not exist. String or DOM Element

Related topics