Active Query Builder 2 .NET Edition reference
LoadJScript Property



Allows for automatic loading of the necessary JavaScript libraries.
Syntax
'Declaration
 
Public Property LoadJScript As System.Boolean
'Usage
 
Dim instance As QueryBuilderControl
Dim value As System.Boolean
 
instance.LoadJScript = value
 
value = instance.LoadJScript
public System.bool LoadJScript {get; set;}
public: __property System.bool get_LoadJScript();
public: __property void set_LoadJScript( 
   System.bool value
);

Property Value

False to load libraries manually; true to load them automatically.
Remarks
Applicable for Classic ASP.NET applications and for MVC versions not higher than 2.0.
See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback