JavaScript/jQuery Diagram - nodes
childrenExpr
Specifies the name of a data source field or an expression that provides a container's nested items.
containerKeyExpr
Specifies the name of a data source field or an expression that provides a key of a node's parent container node.
The parent container node must be of the "verticalContainer"
or "horizontalContainer"
type.
To use the containerKeyExpr option set the childrenExpr option to 'null'.
leftExpr
Specifies the name of a data source field or an expression that provides the x-coordinate of a node's left border.
The units option specifies the measurement unit.
lockedExpr
Specifies the name of a data source field or an expression whose values indicate whether a node is locked.
parentKeyExpr
Specifies the name of a data source field or an expression that provides a parent node key for a node.
styleExpr
The style settings must be specified as CSS rules presented in JSON format, for instance { "stroke": "#444444" }
.
textStyleExpr
The style settings must be specified as CSS rules presented in JSON format, for instance { "font-weight": "bold", "text-decoration": "underline" }
.
topExpr
Specifies the name of a data source field or an expression that provides the y-coordinate of a node's top border.
The units option specifies the measurement unit.
If you have technical questions, please create a support ticket in the DevExpress Support Center.