New to Telerik UI for ASP.NET Core? Download free 30-day trial

DiagramEditableSettingsTagHelper

Example

<editable>
    <diagram-shape-template></diagram-shape-template>
    <drag></drag>
    <resize></resize>
    <rotate></rotate>
    <tools></tools>
</editable>

ChildTags

Tag Name Details
diagram-shape-template TemplateTagHelper
drag DiagramEditableDragSettingsTagHelper
resize DiagramEditableResizeSettingsTagHelper
rotate DiagramEditableRotateSettingsTagHelper
tools DiagramEditableSettingsToolsTagHelper

Attributes

Attribute Type Description
connection-template String Specifies the connection editor template which shows up when editing the connection. A template can be used to change the default editors for the connection fields or to prevent some fields from being edited by not rendering an editor input for them.
connection-template-handler String Specifies the connection editor template which shows up when editing the connection. A template can be used to change the default editors for the connection fields or to prevent some fields from being edited by not rendering an editor input for them.
connection-template-id String Specifies the connection editor template which shows up when editing the connection. A template can be used to change the default editors for the connection fields or to prevent some fields from being edited by not rendering an editor input for them.
connection-template-view IHtmlContent Specifies the connection editor template which shows up when editing the connection. A template can be used to change the default editors for the connection fields or to prevent some fields from being edited by not rendering an editor input for them.
enabled Boolean
remove Boolean Specifies if the shapes and connections can be removed.
shape-template String Specifies the shape editor template. You can use it to customize the editing UI of the shape or to display editor controls only for certain fields of the shape data item.
shape-template-handler String Specifies the shape editor template. You can use it to customize the editing UI of the shape or to display editor controls only for certain fields of the shape data item.
shape-template-id String Specifies the shape editor template. You can use it to customize the editing UI of the shape or to display editor controls only for certain fields of the shape data item.
shape-template-view IHtmlContent Specifies the shape editor template. You can use it to customize the editing UI of the shape or to display editor controls only for certain fields of the shape data item.
In this article
Not finding the help you need?