<kendo:diagram-connection>
Defines the connections configuration.
Example
<kendo:diagram-connections>
<kendo:diagram-connection></kendo:diagram-connection>
</kendo:diagram-connections>
Configuration Attributes
editable boolean
Defines the shape editable options. Further configuration is available via kendo:diagram-connection-editable.
Example
<kendo:diagram-connection editable="editable">
</kendo:diagram-connection>
endCap java.lang.String
The connection end cap configuration or type name. Further configuration is available via kendo:diagram-connection-endCap.
Example
<kendo:diagram-connection endCap="endCap">
</kendo:diagram-connection>
from java.lang.Object
Defines the source of the connection. You can set this property to a value matching a shape id or to an object with XY-coordinates. Further configuration is available via kendo:diagram-connection-from.
Example
<kendo:diagram-connection from="from">
</kendo:diagram-connection>
fromConnector java.lang.String
Specifies the name of the source shape connector that should be used by the connection.
Example
<kendo:diagram-connection fromConnector="fromConnector">
</kendo:diagram-connection>
startCap java.lang.String
The connection start cap configuration or type name. Further configuration is available via kendo:diagram-connection-startCap.
Example
<kendo:diagram-connection startCap="startCap">
</kendo:diagram-connection>
to java.lang.Object
Defines the target of the connection. You can set this property to a value matching a shape id or to an object with XY-coordinates. Further configuration is available via kendo:diagram-connection-to.
Example
<kendo:diagram-connection to="to">
</kendo:diagram-connection>
toConnector java.lang.String
Specifies the name of the target shape connector that should be used by the connection.
Example
<kendo:diagram-connection toConnector="toConnector">
</kendo:diagram-connection>
type java.lang.String
The connection type.
Example
<kendo:diagram-connection type="type">
</kendo:diagram-connection>
Configuration JSP Tags
kendo:diagram-connection-content
Defines the connection content settings.
More documentation is available at kendo:diagram-connection-content.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-content></kendo:diagram-connection-content>
</kendo:diagram-connection>
kendo:diagram-connection-editable
Defines the shape editable options.
More documentation is available at kendo:diagram-connection-editable.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-editable></kendo:diagram-connection-editable>
</kendo:diagram-connection>
kendo:diagram-connection-endCap
The connection end cap configuration or type name.
More documentation is available at kendo:diagram-connection-endCap.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-endCap></kendo:diagram-connection-endCap>
</kendo:diagram-connection>
kendo:diagram-connection-from
Defines the source of the connection. You can set this property to a value matching a shape id or to an object with XY-coordinates.
More documentation is available at kendo:diagram-connection-from.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-from></kendo:diagram-connection-from>
</kendo:diagram-connection>
kendo:diagram-connection-hover
Defines the hover configuration.
More documentation is available at kendo:diagram-connection-hover.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-hover></kendo:diagram-connection-hover>
</kendo:diagram-connection>
kendo:diagram-connection-points
Sets the intermediate points (in global coordinates) of the connection. These points cannot be manipulated by user action.
More documentation is available at kendo:diagram-connection-points.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-points></kendo:diagram-connection-points>
</kendo:diagram-connection>
kendo:diagram-connection-selection
Defines the connection selection configuration.
More documentation is available at kendo:diagram-connection-selection.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-selection></kendo:diagram-connection-selection>
</kendo:diagram-connection>
kendo:diagram-connection-startCap
The connection start cap configuration or type name.
More documentation is available at kendo:diagram-connection-startCap.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-startCap></kendo:diagram-connection-startCap>
</kendo:diagram-connection>
kendo:diagram-connection-stroke
Defines the stroke configuration.
More documentation is available at kendo:diagram-connection-stroke.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-stroke></kendo:diagram-connection-stroke>
</kendo:diagram-connection>
kendo:diagram-connection-to
Defines the target of the connection. You can set this property to a value matching a shape id or to an object with XY-coordinates.
More documentation is available at kendo:diagram-connection-to.
Example
<kendo:diagram-connection>
<kendo:diagram-connection-to></kendo:diagram-connection-to>
</kendo:diagram-connection>