Difference between revisions of "Scripts 1 0-loadTableSorterThemes"
From ADF Docs
Line 7: | Line 7: | ||
public void <strong>loadTableSorterThemes</strong> ( string themeName, string version ) | public void <strong>loadTableSorterThemes</strong> ( string themeName, 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>themeName</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: blue] Tablesorter Theme Name (directory name)</td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>version</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: 2.0.3] Tablesorter Plugin version to load.</td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Revision as of 04:04, 24 March 2010
Description
Loads the Tablesorter Plugin Theme Headers if not loaded.
Signature
public void loadTableSorterThemes ( string themeName, string version )
Parameters
Required | Name | Type | Description |
optional | themeName | string | [Default: blue] Tablesorter Theme Name (directory name) |
version | string | [Default: 2.0.3] Tablesorter Plugin version to load. |