Search
DiagramView.CreateEditControlScript Property
See Also
 





Contains the name of a JavaScript function that should be invoked when in-place edit operation starts, letting you create a custom editor control instead of TEXTAREA.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string CreateEditControlScript { get; set; }

Visual Basic  Copy Code

Public Property CreateEditControlScript As String

 Property Value

 See Also