Difference between revisions of "Scripts 1 0-loadGalleryView"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
public void <strong>loadGalleryView</strong> ( numeric version, string themeName )
 
public void <strong>loadGalleryView</strong> ( numeric version, string themeName )
  
== Parameters ==
+
== 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>&nbsp;</td>
 +
 +
<td>themeName</td>
 +
<td>string</td>
 +
<td>[Default: light] </td>
 +
</tr>
 +
 +
</table>

Revision as of 04:01, 24 March 2010

Description

Return to Scripts_1_0

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]