Difference between revisions of "Scripts 1 0-loadGalleryView"
From ADF Docs
(→Parameters: new section) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | Attention: Do not change any text in the description, signature, and paramter sections. | ||
− | + | Return to [[Scripts_1_0]] | |
− | == | + | == Description == |
+ | Loads the JQuery UI Headers if not loaded. | ||
− | Signature | + | == Signature == |
+ | public void <strong>loadGalleryView</strong> ( numeric version, string themeName ) | ||
− | == 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>numeric</td> | ||
+ | <td>[Default: 1.1] </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td> </td> | ||
+ | |||
+ | <td>themeName</td> | ||
+ | <td>string</td> | ||
+ | <td>[Default: light] </td> | ||
+ | </tr> | ||
+ | |||
+ | </table> |
Latest revision as of 13:40, 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 UI Headers if not loaded.
Signature
public void loadGalleryView ( numeric version, string themeName )
Parameters
Required | Name | Type | Description |
optional | version | numeric | [Default: 1.1] |
themeName | string | [Default: light] |