DiagramEditableSettingsTagHelper
Example
Razor
<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. This option expects the name of a JavaScript function that will be called to return the template. |
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. This option expects the ID of the script element that contains the template. |
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. This option expects the instance containing the created HTML. |
enabled | Boolean | Enables or disables the configuration. |
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. This option expects the name of a JavaScript function that will be called to return the template. |
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. This option expects the ID of the script element that contains the template. |
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. This option expects the instance containing the created HTML. |