Difference between revisions of "Scripts 1 0-loadJQueryTools"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
public void <strong>loadJQueryTools</strong> ( string tool )
 
public void <strong>loadJQueryTools</strong> ( string tool )
  
== Parameters ==
+
== Parameters ==  
  
Parameters
+
<table id="lib-params">
 +
<tr class="header">
 +
<td>Required</td>
 +
<td>Name</td>
 +
<td>Type</td>
 +
<td>Description</td>
 +
</tr>
 +
 +
 +
<tr>
 +
 +
<td class="required">optional</td>
 +
 +
<td>tool</td>
 +
<td>string</td>
 +
<td>[Default: all] List of tools to load - leave blank to load entire library</td>
 +
</tr>
 +
 +
</table>

Revision as of 04:02, 24 March 2010

Description

Return to Scripts_1_0

Loads the JQuery tools plugin

Signature

public void loadJQueryTools ( string tool )

Parameters

Required Name Type Description
optional tool string [Default: all] List of tools to load - leave blank to load entire library