Difference between revisions of "Scripts 1 0-loadCFJS"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
public void <strong>loadCFJS</strong> ( string version )
 
public void <strong>loadCFJS</strong> ( string version )
  
== 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>version</td>
 +
<td>string</td>
 +
<td>[Default: 1.1.9] CFJS version to load.</td>
 +
</tr>
 +
 +
</table>

Revision as of 04:01, 24 March 2010

Description

Return to Scripts_1_0

Loads the CFJS jQuery Plug-in Headers if not loaded.

Signature

public void loadCFJS ( string version )

Parameters

Required Name Type Description
optional version string [Default: 1.1.9] CFJS version to load.