You are here:
xnodesystems.com > Products > XField Suite > Script Manager
Script Manager - ASP.NET Web control for managing JavaScript of field controls
Script Manager is an ASP.NET Web control that is used to manage JavaScript for field controls
on a page. Each page can only contain one instance of Script Manager.
Implementation
Script Manager is implemented by the ScriptManager class.
Documentation
Click here to see the documentation
of the ScriptManager class.
JavaScript Management of Field Controls
Script Manager exposes the following properties to help client manage JavaScript of
field controls on a page:
| Property Name |
Property Type |
Default Value |
Description |
| ExcludeJQuery |
System.Boolean |
false |
Gets or sets a value indicating whether JQuery library should be excluded for
all instance of FieldControl on a page. If this property is set to false, JQuery library
will be automatically included; otherwise the client will need to include JQuery manually.
By default , this property is set to false. |
View Manually Include jQuery Demo.
Go to top