cf2:dom.Element

Purpose

A placeholder for methods that need to be added to the DOM element objects.

Exported Features

cf2:dom.Element

Imported Features

n/a

JavaScript

This component is provided by the V$.dom.Element class. It is a place where other components can store their methods. Initially, the class contains no methods.

Note:

All methods added to this class must be prefixed with v_ to ensure that they do not clash with other methods on the DOM Elements.

Related topics