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.
n/a
This component is provided by the V$E global property.
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 |