Difference between revisions of "Forms 1 0-renderDeleteForm"

From ADF Docs
Jump to: navigation, search
(Signature: new section)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
+
__NOTOC__
 +
Attention: Do not change any text in the description, signature, and paramter sections.
  
Description
+
Return to [[Forms_1_0]]
  
== Signature ==
+
== Description ==  
 +
Renders the standard datasheet delete module
  
Signature
+
== Signature ==
 +
public String <strong>renderDeleteForm</strong> ( numeric formID, numeric dataPageID )
 +
 
 +
== 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>

Latest revision as of 13:39, 9 April 2010

Attention: Do not change any text in the description, signature, and paramter sections.

Return to Forms_1_0

Description

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