Difference between revisions of "Forms 1 0-renderDeleteForm"

From ADF Docs
Jump to: navigation, search
Line 7: Line 7:
 
public String <strong>renderDeleteForm</strong> ( numeric formID, numeric dataPageID )
 
public String <strong>renderDeleteForm</strong> ( numeric formID, numeric dataPageID )
  
== 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>formID</td>
 +
<td>numeric</td>
 +
<td>The FormID for the Custom Element</td>
 +
</tr>
 +
 +
<tr>
 +
 +
<td>&nbsp;</td>
 +
 +
<td>dataPageID</td>
 +
<td>numeric</td>
 +
<td>the DataPageID for the record being deleted</td>
 +
</tr>
 +
 +
</table>

Revision as of 03:59, 24 March 2010

Description

Return to Forms_1_0

Renders the standard datasheet delete module

Signature

public String renderDeleteForm ( numeric formID, numeric dataPageID )

Parameters

Required Name Type Description
required formID numeric The FormID for the Custom Element
  dataPageID numeric the DataPageID for the record being deleted