Difference between revisions of "CEData 1 0-elementExists"

From ADF Docs
Jump to: navigation, search
Line 5: Line 5:
 
public boolean <strong>elementExists</strong> ( string elementName )
 
public boolean <strong>elementExists</strong> ( string elementName )
  
== 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>elementName</td>
 +
<td>string</td>
 +
<td>the name of the custom element to check</td>
 +
</tr>
 +
 +
</table>

Revision as of 03:23, 24 March 2010

Description

Determines whether or not an element exists

Signature

public boolean elementExists ( string elementName )

Parameters

Required Name Type Description
required elementName string the name of the custom element to check