<kendo:diagram-shape-editable>

Defines the shape editable options.

Example

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

Configuration Attributes

connect boolean

Specifies whether the connectors should appear on hover. If set to false, the user will not be able to create new connections from this shape to other shapes. Also, it will not be possible to change the connector of an existing connection between this and another shape.

Example

<kendo:diagram-shape-editable connect="connect">
</kendo:diagram-shape-editable>

Configuration JSP Tags

kendo:diagram-shape-editable-tools

Specifies the toolbar tools. Provides all options supported for toolbar.items. The predefined tools are: "edit" - The selected item can be edited.; "delete" - The selected items can be deleted.; "rotateClockwise" - The selected items can be rotated clockwise. The default rotation value is 90 degree. or "rotateAnticlockwise" - The selected items can be rotated anticlockwise. The default rotation value is 90 degree..

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

Example

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