Gets or sets the URL to the JQuery script file.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public string JQueryLocation { get; set; } |
Visual Basic Copy Code |
---|
Public Property JQueryLocation As String |
A string specifying the location of the JQuery script file. The default value is "/Scripts/jquery-1.9.1.js".
This property is used only if ClientScriptMode is set to JQuery.