Difference between revisions of "Scripts 1 0-loadJQuerySelectboxes"
From ADF Docs
| Line 7: | Line 7: | ||
public void <strong>loadJQuerySelectboxes</strong> ( string version ) | public void <strong>loadJQuerySelectboxes</strong> ( string version ) | ||
| − | == 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: 2.2.4] version to load - defaults to 2.2.4.</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Revision as of 04:02, 24 March 2010
Description
Loads the JQuery selectboxes plugin.
Signature
public void loadJQuerySelectboxes ( string version )
Parameters
| Required | Name | Type | Description |
| optional | version | string | [Default: 2.2.4] version to load - defaults to 2.2.4. |