Active Query Builder 2 .NET Edition reference
LoadJQuery Property



Allows for automatic loading of the necessary jQuery and jQueryUI libraries.
Syntax
'Declaration
 
Public Property LoadJQuery As System.Boolean
'Usage
 
Dim instance As QueryBuilderControl
Dim value As System.Boolean
 
instance.LoadJQuery = value
 
value = instance.LoadJQuery
public System.bool LoadJQuery {get; set;}
public: __property System.bool get_LoadJQuery();
public: __property void set_LoadJQuery( 
   System.bool value
);
Remarks
Turn this property to False if you already have loaded jQuery and jQueryUI libraries.
See Also

Reference

QueryBuilderControl Class
QueryBuilderControl Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback