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

DiagramEditableSettingsBuilder

Methods

ConnectionTemplate(System.String)

Specifies the connection editor template which shows up when editing the connection via a pop-up editor much like 'editable.template' configuration of the Kendo UI Grid widget.

Parameters

value - System.String

The value that configures the connectiontemplate.

ConnectionTemplateId(System.String)

Specifies the connection editor template which shows up when editing the connection via a pop-up editor much like 'editable.template' configuration of the Kendo UI Grid widget.

Parameters

value - System.String

The value that configures the connectiontemplate.

ConnectionTemplateView(System.Web.Mvc.MvcHtmlString)

Specifies the connection editor template which shows up when editing the connection via a pop-up editor much like 'editable.template' configuration of the Kendo UI Grid widget.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the connectiontemplate.

ConnectionTemplateHandler(System.String)

Parameters

value - System.String

Drag(System.Boolean)

Specifies if the shapes and connections can be dragged.

Parameters

enabled - System.Boolean

Enables or disables the drag option.

Drag(System.Action)

Specifies if the shapes and connections can be dragged.

Parameters

configurator - System.Action<DiagramEditableDragSettingsBuilder>

The action that configures the drag.

Remove(System.Boolean)

Specifies if the shapes and connections can be removed.

Parameters

value - System.Boolean

The value that configures the remove.

Resize(System.Boolean)

Defines the look-and-feel of the resizing handles.

Parameters

enabled - System.Boolean

Enables or disables the resize option.

Resize(System.Action)

Defines the look-and-feel of the resizing handles.

Parameters

configurator - System.Action<DiagramEditableResizeSettingsBuilder>

The action that configures the resize.

Rotate(System.Boolean)

Specifies whether the shapes can be rotated. Note that changing this setting after creating the diagram will have no effect.

Parameters

enabled - System.Boolean

Enables or disables the rotate option.

Rotate(System.Action)

Specifies whether the shapes can be rotated. Note that changing this setting after creating the diagram will have no effect.

Parameters

configurator - System.Action<DiagramEditableRotateSettingsBuilder>

The action that configures the rotate.

ShapeTemplate(System.String)

Specifies the shape editor template. See the 'editable.connectionTemplate' for an example.

Parameters

value - System.String

The value that configures the shapetemplate.

ShapeTemplateId(System.String)

Specifies the shape editor template. See the 'editable.connectionTemplate' for an example.

Parameters

value - System.String

The value that configures the shapetemplate.

ShapeTemplateView(System.Web.Mvc.MvcHtmlString)

Specifies the shape editor template. See the 'editable.connectionTemplate' for an example.

Parameters

value - System.Web.Mvc.MvcHtmlString

The value that configures the shapetemplate.

ShapeTemplateHandler(System.String)

Parameters

value - System.String

Tools(System.Action)

Specifies the the toolbar tools. Predefined tools are:

Parameters

configurator - System.Action<DiagramEditableSettingsToolFactory>

The action that configures the tools.

ShapeTemplateName(System.String)

Specifies the shape editor template.

Parameters

value - System.String

The value that configures the shapetemplate.

ConnectionTemplateName(System.String)

Specifies the connection editor template.

Parameters

value - System.String

The value that configures the connectiontemplate.

ShapeTemplateComponentName(System.String)

Parameters

templateName - System.String
In this article
Not finding the help you need?