Table of Contents
getCurrentElement Method 

Returns the DHTML element that contains the edit point.

Syntax
JavaScript
 Editor.getCurrentElement()
Remarks

This function is usually used together with ClientSideOnContextChanged to update context sensitive information based on the current element. For example, to enable table related commands only when the edit point is within a DHTML table element.

See Also