Difference between revisions of "Utils 1 0-scriptExists"

From ADF Docs
Jump to: navigation, search
Line 5: Line 5:
 
public boolean <strong>scriptExists</strong> ( string templatePath )
 
public boolean <strong>scriptExists</strong> ( string templatePath )
  
== 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">required</td>
 +
 +
<td>templatePath</td>
 +
<td>string</td>
 +
<td></td>
 +
</tr>
 +
 +
</table>

Revision as of 04:08, 24 March 2010

Description

Return to Utils_1_0

Signature

public boolean scriptExists ( string templatePath )

Parameters

Required Name Type Description
required templatePath string