<kendo:diagram-connectionDefaults-editable>

Defines the editing behavior of the connections.

Example

<kendo:diagram-connectionDefaults>
    <kendo:diagram-connectionDefaults-editable></kendo:diagram-connectionDefaults-editable>
</kendo:diagram-connectionDefaults>

Configuration Attributes

drag boolean

Specifies if the connections can be dragged.

Example

<kendo:diagram-connectionDefaults-editable drag="drag">
</kendo:diagram-connectionDefaults-editable>

remove boolean

Specifies if the connections can be removed.

Example

<kendo:diagram-connectionDefaults-editable remove="remove">
</kendo:diagram-connectionDefaults-editable>

Configuration JSP Tags

kendo:diagram-connectionDefaults-editable-tools

Specifies the toolbar tools. Supports all options supported for the toolbar.items. If set to false, no edit tools will be displayed.Predefined tools are: "edit" - The selected item can be edited or "delete" - The selected items can be deleted.

More documentation is available at kendo:diagram-connectionDefaults-editable-tools.

Example

<kendo:diagram-connectionDefaults-editable>
    <kendo:diagram-connectionDefaults-editable-tools></kendo:diagram-connectionDefaults-editable-tools>
</kendo:diagram-connectionDefaults-editable>
In this article
Not finding the help you need?