Difference between revisions of "Scripts 1 0-loadJQueryCheckboxes"
From ADF Docs
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
Loads the JQuery checkboxes Headers if not loaded. | Loads the JQuery checkboxes Headers if not loaded. | ||
− | == Signature == | + | == Signature == |
+ | public void <strong>loadJQueryCheckboxes</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: 2.1] JQuery Checkboxes version to load.</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>force</td> | ||
+ | <td>boolean</td> | ||
+ | <td>[Default: 0] Forces JQuery Checkboxes script header to load.</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Latest revision as of 17:39, 24 November 2010
Attention: Do not change any text in the description, signature, and paramter sections.
Return to Scripts_1_0
Description
Loads the JQuery checkboxes Headers if not loaded.
Signature
public void loadJQueryCheckboxes ( string version, boolean force )
Parameters
Required | Name | Type | Description |
optional | version | string | [Default: 2.1] JQuery Checkboxes version to load. |
force | boolean | [Default: 0] Forces JQuery Checkboxes script header to load. |