<kendo:diagram-editable-resize-handles>

Specifies the settings of the resizing handles. See the editable.resize configuration for an example.

Example

<kendo:diagram-editable-resize>
    <kendo:diagram-editable-resize-handles></kendo:diagram-editable-resize-handles>
</kendo:diagram-editable-resize>

Configuration Attributes

fill java.lang.String

Specifies the fill settings of the resizing handles. See the editable.resize configuration for an example. Further configuration is available via kendo:diagram-editable-resize-handles-fill.

Example

<kendo:diagram-editable-resize-handles fill="fill">
</kendo:diagram-editable-resize-handles>

height float

Specifies the height of the resizing handles. See the editable.resize configuration for an example.

Example

<kendo:diagram-editable-resize-handles height="height">
</kendo:diagram-editable-resize-handles>

width float

Specifies the width of the resizing handles. See the editable.resize configuration for an example.

Example

<kendo:diagram-editable-resize-handles width="width">
</kendo:diagram-editable-resize-handles>

Configuration JSP Tags

kendo:diagram-editable-resize-handles-fill

Specifies the fill settings of the resizing handles. See the editable.resize configuration for an example.

More documentation is available at kendo:diagram-editable-resize-handles-fill.

Example

<kendo:diagram-editable-resize-handles>
    <kendo:diagram-editable-resize-handles-fill></kendo:diagram-editable-resize-handles-fill>
</kendo:diagram-editable-resize-handles>

kendo:diagram-editable-resize-handles-hover

Specifies the settings of the resizing handles on hovering over them. See the editable.resize configuration for an example.

More documentation is available at kendo:diagram-editable-resize-handles-hover.

Example

<kendo:diagram-editable-resize-handles>
    <kendo:diagram-editable-resize-handles-hover></kendo:diagram-editable-resize-handles-hover>
</kendo:diagram-editable-resize-handles>

kendo:diagram-editable-resize-handles-stroke

Specifies the stroke of the resizing handles. See the editable.resize configuration for an example.

More documentation is available at kendo:diagram-editable-resize-handles-stroke.

Example

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