<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.

Example

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

Configuration Attributes

fill java.lang.String

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

Example

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

Configuration JSP Tags

kendo:diagram-editable-resize-handles-hover-fill

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

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

Example

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

kendo:diagram-editable-resize-handles-hover-stroke

Specifies the stroke on hovering over the resizing handles. See the editable.resize configuration for an example.

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

Example

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