Difference between revisions of "Scripts 1 0-loadQTip"

From ADF Docs
Jump to: navigation, search
(Description)
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
+
__NOTOC__
 +
Attention: Do not change any text in the description, signature, and paramter sections.
  
Description
+
Return to [[Scripts_1_0]]
 +
 
 +
== Description ==
 +
Loads the JQuery Headers if not loaded.
 +
 
 +
== Signature ==
 +
public void <strong>loadQTip</strong> ( string version, boolean force )
 +
 
 +
== 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.0.0-rc3] JQuery version to load.</td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>force</td>
 +
<td>boolean</td>
 +
<td>[Default: 0] Forces JQuery script header to load.</td>
 +
</tr>
 +
 +
</table>

Latest revision as of 13:42, 9 April 2010

Attention: Do not change any text in the description, signature, and paramter sections.

Return to Scripts_1_0

Description

Loads the JQuery Headers if not loaded.

Signature

public void loadQTip ( string version, boolean force )

Parameters

Required Name Type Description
optional version string [Default: 1.0.0-rc3] JQuery version to load.
  force boolean [Default: 0] Forces JQuery script header to load.