<kendo:diagram-selectable>

Defines the Diagram selection options.By default, you can select shapes in the Diagram in one of two ways: Clicking a single shape to select it and deselect any previously selected shapes. or Holding the Ctrl key while clicking multiple shapes to select them and any other shapes between them.. Using the selectable configuration, you can enable single selection only, enable selection by drawing a rectangular area with the mouse around shapes in the canvas, or disable selection altogether.

Example

<kendo:diagram>
    <kendo:diagram-selectable></kendo:diagram-selectable>
</kendo:diagram>

Configuration Attributes

key java.lang.String

The selectable key.

Example

<kendo:diagram-selectable key="key">
</kendo:diagram-selectable>

multiple boolean

Specifies if the multiple selection should be enabled.

Example

<kendo:diagram-selectable multiple="multiple">
</kendo:diagram-selectable>

Configuration JSP Tags

kendo:diagram-selectable-stroke

Defines the selection line configuration.

More documentation is available at kendo:diagram-selectable-stroke.

Example

<kendo:diagram-selectable>
    <kendo:diagram-selectable-stroke></kendo:diagram-selectable-stroke>
</kendo:diagram-selectable>
In this article
Not finding the help you need?