Documentation

BXNodeElement Object

Instances of BXNodeElement are passed as a parameter to custom taskbar event handlers. This class is used to describe the layout of "fake" elements that are used to represent pieces of source code in the visual mode.

Properties

Method Description
arAttributes Array, contains two important elements
Index Description
__bxtagname Contains the fictitious tag name used to create a fake element.
__bxcontainer Element parameters in the serialized form.

Example

//....

//pNode - instance of object BXNodeElement
alert(pNode.arAttributes["__bxtagname"]);

//....


© «Bitrix24», 2001-2024
Up